Covfefe v0.0.1 ExDoc.Markdown View Source
Transform a given document in Markdown to HTML
ExDoc supports the following Markdown parsers:
If you don’t specify a parser in config/config.exs
, ExDoc will try to
find one of the Markdown parsers from the list above in top-down fashion.
Otherwise, ExDoc will raise an exception.
Link to this section Summary
Functions
Helper to handle plain code blocks (...
) with and without
language specification and indentation code blocks
Converts the given markdown document to HTML
Link to this section Functions
Helper to handle plain code blocks (...
) with and without
language specification and indentation code blocks
Converts the given markdown document to HTML.