/pandoc-codimd

A set of pandoc filters for converting CodiMD-flavored Markdown documents to PDF

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

Pandoc Filters for CodiMD

  1. Install requirements
    $ pip3 install -r requirements.txt
    $ git submodule update --init
    
    (may require plantuml.jar in the working directory)
  2. Convert Markdown file
    $ (cat <header>.yaml; ./preprocess.sh <file>.md) \
        | pandoc -F codimd.py -o <file>.pdf