Markdown display widget builder.
pub fn code_size(md: Markdown, s: Float) -> Markdown
Set the code block font size.
pub fn code_theme(md: Markdown, t: String) -> Markdown
Set the code block syntax theme.
pub fn h1_size(md: Markdown, s: Float) -> Markdown
Set the h1 heading font size.
pub fn h2_size(md: Markdown, s: Float) -> Markdown
Set the h2 heading font size.
pub fn h3_size(md: Markdown, s: Float) -> Markdown
Set the h3 heading font size.
pub fn new(id: String, content: String) -> Markdown
Create a new markdown builder.
pub fn spacing(md: Markdown, s: Float) -> Markdown
Set the spacing between children.
pub fn text_size(md: Markdown, s: Float) -> Markdown
Set the text size in pixels.