Markdown::Compiler - A Markdown Compiler
Markdown::Compiler makes it easy to customize the rendering of a Markdown document.
Markdown::Compiler parses Markdown documents with a hand-rolled lexer and parser. A compiler then turns the parse tree into the target document.
The stream of tokens from the lexer and the parse tree itself as easily dumped.
Kaitlyn Parkhurst (SymKat) [email protected] ( Blog: http://symkat.com/ )
Copyright (c) 2021 the Markdown::Compiler "AUTHOR" and "CONTRIBUTORS" as listed above.
This library is free software and may be distributed under the same terms as perl itself.
The most current version of Markdown::Compiler can be found at https://github.com/symkat/Markdown-Compiler