Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.