Expand description
Configuration for the parser and renderer. Extensions affect both.
Structs§
- Broken
Link Reference - Struct to the broken link callback, containing details on the link reference which failed to find a match.
- Extension
- Options to select extensions.
- Extension
Builder - Use builder syntax to set the inputs and finish with
build(). - Options
- Umbrella options struct.
- Parse
- Options for parser functions.
- Parse
Builder - Use builder syntax to set the inputs and finish with
build(). - Plugins
- Umbrella plugins struct.
- Plugins
Builder - Use builder syntax to set the inputs and finish with
build(). - Render
- Options for formatter functions.
- Render
Builder - Use builder syntax to set the inputs and finish with
build(). - Render
Plugins - Plugins for alternative rendering.
- Render
Plugins Builder - Use builder syntax to set the inputs and finish with
build().
Enums§
- List
Style Type - Options for bulleted list redering in markdown. See
link_styleinRenderfor more details. - Wiki
Links Mode - Selects between wikilinks with the title first or the URL first.
Traits§
- Broken
Link Callback - The type of the callback used when a reference link is encountered with no matching reference.
- URLRewriter
- Trait for link and image URL rewrite extensions.