earmark_parser
Earmark AST the parser and AST Generator for
Dave Thomas' Earmark.
The parser generates
an Abstract Syntax Tree from Markdown.
The original Earmark will still provide the HTML Transformation and
the CLI, however its Scanner, Parser and AST Renderer have been
extracted into this library.