[][src]Trait notedown::ToMarkdown

pub trait ToMarkdown {
    fn to_md(&self, cfg: MarkdownConfig) -> String;

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

Required methods

fn to_md(&self, cfg: MarkdownConfig) -> String

Loading content...

Provided methods

fn to_md_default(&self) -> String

Loading content...

Implementors

Loading content...