Struct hoedown::renderer::trace::Trace [] [src]

pub struct Trace;

This renderer implements the block handlers to make it easy to determine which handlers need to be implemented for a given document.

Trait Implementations

impl Render for Trace
[src]

Runs when a codeblock is encountered Read more

Runs when a block quote is encountered Read more

Runs when a header is encountered Read more

Runs when a horizontal rule is encountered Read more

Runs when a list is encountered. Read more

Runs when a list item is encountered. Read more

Runs when a paragraph is encountered. Read more

Runs when a table is encountered. Read more

Runs when a table header is encountered. Read more

Runs when a table body is encountered. Read more

Runs when a table row is encountered. Read more

Runs when a table cell is encountered. Read more

Runs when footnotes are encountered. Read more

Runs when a footnote definition is encountered. Read more

Runs when a raw html block is encountered. Read more

Render the document to a buffer that is returned

Render the document into the given buffer

Render the document as inline to a buffer that is returned

Render the document as inline into the given buffer

Converts the type into an underlying hoedown_renderer structure. Read more

Runs when an autolink candidate is encountered. Read more

Runs when a code span is encountered. Read more

Runs when double emphasis is encountered. Read more

Runs when emphasis is encountered. Read more

Runs when underline is encountered. Read more

Runs when highlight is encountered. Read more

Runs when a quote is encountered. Read more

Runs when an image is encountered. Read more

Runs when a line break is encountered. Read more

Runs when a link is encountered. Read more

Runs when triple emphasis is encountered. Read more

Runs when strikethrough is encountered. Read more

Runs when superscript is encountered. Read more

Runs when a footnote reference is encountered. Read more

Runs when math is encountered. Read more

Runs when raw html span is encountered. Read more

Runs when an html entity is encountered. Read more

Runs when plain text is encountered. Read more

Runs before the document is processed. Read more

Runs after the document has been processed. Read more