Struct comrak::ComrakOptions [] [src]

pub struct ComrakOptions {
    pub hardbreaks: bool,
    pub github_pre_lang: bool,
    pub width: usize,
    pub ext_strikethrough: bool,
    pub ext_tagfilter: bool,
    pub ext_table: bool,
    pub ext_autolink: bool,
}

Fields

Trait Implementations

impl Default for ComrakOptions
[src]

Returns the "default value" for a type. Read more