Skip to content

sgenoud/remarkdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remarkdown

A markdown parser based on docutils

Note that this code is still alpha, some markdown features might not work yet

Why another markdown library?

remarkdown is not just only another markdown library. It mostly contains a parser that outputs a docutils document tree. The different scripts bundled then use docutils for generation of different types of documents.

Why is this important? Many python tools (mostly for documentation creation) rely on docutils. But docutils only supports a ReStructuredText syntax. For instance this issue and this StackOverflow question show that there is an interest in allowing docutils to use markdown as an alternative syntax.

Acknowledgement

The remarkdown PEG is heavily inspired by peg-markdown by John MacFarlane.

About

A markdown parser for docutils

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages