Skip to content
Gábor Szárnyas edited this page Nov 12, 2015 · 3 revisions

Madoko a Markdown engine with support for advanced features required in scholarly documents.

Madoko

Use the following commands to install Madoko

sudo apt-get install -y npm nodejs-legacy imagemagick
sudo npm install -g madoko
# you may specify the version, e.g. madoko@0.9.2-beta

To generate a PDF, issue:

madoko --pdf <filename>

If you don't have Imagemagick, you may get the following error:

  error: failure while typesetting math: 
  /bin/sh: 1: convert: not found

To install it, simply issue:

sudo apt-get install -y imagemagick
Clone this wiki locally