Skip to content

tk0miya/pycmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pycmark

A CommonMark parser for docutils.

Features

  • Provides md2html command
  • Provides pycmark.CommonMarkParser component for docutils
  • Customizable parser
    • All syntax are implemented as module
    • Developers can customize syntax via adding/removing the modules
  • Compatibility
    • Passed all spec of CommonMark 0.29.
    • But docutils can't represent following document structure. Therefor they are disabled by default
      • Hard line break
      • deeper headings appeared before shallow one

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%