[][src]Trait notedown::ToHTML

pub trait ToHTML {
    fn to_html(&self, cfg: HTMLConfig) -> String;

    fn to_html_default(&self) -> String { ... }
}

Required methods

fn to_html(&self, cfg: HTMLConfig) -> String

Loading content...

Provided methods

fn to_html_default(&self) -> String

Loading content...

Implementations on Foreign Types

impl ToHTML for Box<AST>[src]

Unwrap Box

Loading content...

Implementors

impl ToHTML for AST[src]

Loading content...