View Source ExDoc.Markdown behaviour (ExDoc v0.28.0)
Adapter behaviour and conveniences for converting Markdown to HTML.
ExDoc is compatible with any markdown processor that implements the
functions defined in this module. The markdown processor can be changed
via the :markdown_processor
option in your mix.exs
.
ExDoc supports the following Markdown parsers out of the box:
ExDoc uses EarmarkParser by default.
Link to this section Summary
Functions
Gets the current markdown processor set globally.
Changes the markdown processor globally.
Converts the given markdown document to HTML AST.
Link to this section Callbacks
Specs
available?() :: boolean()
Returns true if all dependencies necessary are available.
Specs
Converts markdown into HTML.
Link to this section Functions
Gets the current markdown processor set globally.
Changes the markdown processor globally.
Converts the given markdown document to HTML AST.