This is the command maruku that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
maruku - converts markdown files to various output
SYNOPSIS
maruku [options] [file1.md [file2.md ...]]
DESCRIPTION
maruku is a markdown interpreter: it accepts files written in the markdown language and
transforms them into HTML, TeX of PDF (using pdflatex). If no file is given on the
command-line, maruku acts as a filter and converts standard input to standard output.
OPTIONS
-v, --[no-]verbose
Run verbosely
-u, --[no-]unsafe
Use unsafe features
-b Break on error
-i, --math-images ENGINE
Uses ENGINE to render TeX to PNG.
-m, --math-engine ENGINE
Uses ENGINE to render MathML
-o, --output FILE
Output filename
--pdf Creates PDF output using pdflatex. Please see the NOTE below.
--s5 Write S5 slideshow
--html Write HTML output.
--html-frag
Write the contents of the BODY.
--tex Write LaTeX
--inspect
Shows the parsing result
--version
Show version
Use maruku online using onworks.net services