NAME
Articulate::Augmentation::Interpreter::Markdown - convert markdown to HTML
METHODS
augment
Converts markdown in the content of the response into HTML.
ATTRIBUTES
markdown_parser
The parser which will be used. This is instantiated and defaults to Text::Markdown - but note that Text::Markdown expects a plain hash, not a reference, so it will need to be configured as an array.