**The extended, configurable markdown-like syntax parser, that produces an AST.**
Supports the full set of `markdown`, plus extensions (custom markup with a bit of elixir code to handle parsing.)
The AST produced is understandable by [`XmlBuilder`](https://github.com/joshnuss/xml_builder).