[go: up one dir, main page]

Module options

Module options 

Source
Expand description

Configuration for the parser and renderer. Extensions affect both.

Structs§

BrokenLinkReference
Struct to the broken link callback, containing details on the link reference which failed to find a match.
Extension
Options to select extensions.
ExtensionBuilder
Use builder syntax to set the inputs and finish with build().
Options
Umbrella options struct.
Parse
Options for parser functions.
ParseBuilder
Use builder syntax to set the inputs and finish with build().
Plugins
Umbrella plugins struct.
PluginsBuilder
Use builder syntax to set the inputs and finish with build().
Render
Options for formatter functions.
RenderBuilder
Use builder syntax to set the inputs and finish with build().
RenderPlugins
Plugins for alternative rendering.
RenderPluginsBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

ListStyleType
Options for bulleted list rendering in markdown. See link_style in Render for more details.
WikiLinksMode
Selects between wikilinks with the title first or the URL first.

Traits§

BrokenLinkCallback
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.