8ware / pandoc-codimd

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    

About

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

License:GNU Affero General Public License v3.0


Languages

Language:Python 73.0%Language:Shell 18.3%Language:Makefile 8.7%