ex_doc_simple_markdown v0.4.0 ExDocSimpleMarkdown.Extension behaviour
Link to this section Summary
Callbacks
A callback called once before any conversion/doc generation is performed. Use this to perform any required initialisation
A callback to modify the text input
A callback to modify the HTML output
A callback to modify the rule list before converting
Link to this section Callbacks
A callback called once before any conversion/doc generation is performed. Use this to perform any required initialisation.
A callback to modify the text input.
A callback to modify the HTML output.
Link to this callback
rules(rules, opts)
rules(rules :: [Parsey.rule()], opts :: any()) :: [Parsey.rule()]
A callback to modify the rule list before converting.