Skip to content

owisem/pyMarkdownKonverter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyMarkdownKonverter

Not in a working state currently.

This is the idea of a converter from Markdown to LaTex, but also possible to other formats in future. The idea is to read in the markdown and than create a list of objects that represent the elements possible in Markdown. The Elements all share a common interface, due to which they can be rendered to a template.

As the template language jinja2 is used.

Markdown conventions

  1. Assume all elements are ordered in blocks which are divided by blank lines
  2. Code is assumed to be fenced in three backticks
  3. Headers are only in ATX-Version allowed for the beginning

Dependencies

The CLI is implemented with docopt in the docstring. Calling the help with -h

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%