Struct rustdoc::html::markdown::MarkdownUnstable
[-] [+]
[src]
pub struct Markdown<'a>(pub &'a str);
A unit struct which has the fmt::String
trait implemented. When
formatted, this struct will emit the HTML corresponding to the rendered
version of the contained markdown string.