Crate auk_markdown

Crate auk_markdown 

Source
Expand description

§auk_markdown

crates.io docs.rs crates.io

Markdown support for Auk.

Structs§

AProps
The props for an <a> element.
CodeProps
The props for a <code> element.
Heading
A heading in a Markdown document.
ImgProps
The props for an <img> element.
PreProps
The props for a <pre> element.
TableOfContents
The table of contents for a Markdown document.

Traits§

MarkdownComponents
A trait for customizing the rendering of Markdown elements.

Functions§

render_markdown
Renders the provided Markdown text into Elements and its TableOfContents.