MARUKU(1) | General Commands Manual | MARUKU(1) |
maruku - converts markdown files to various output
maruku [options] [file1.md [file2.md ...]]
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.
An important note for debian users: to prevent a lightweight library such as libmaruku-ruby to pull in heavy dependencies like texlive, libmaruku-ruby does not depend on texlive (but only recommends it). This means that if you do not install texlive, you will not have PDF output.
maruku was written by Andrea Censi <andrea@rubyforge.org>.
This manual page was written by Vincent Fourmond <fourmond@debian.org>, for the Debian project (but may be used by others).
May 27, 2007 |