Type Alias comrak::ComrakOptions

source ·
pub type ComrakOptions = Options;
Expand description

Legacy naming of Options

Aliased Type§

struct ComrakOptions {
    pub extension: ExtensionOptions,
    pub parse: ParseOptions,
    pub render: RenderOptions,
}

Fields§

§extension: ExtensionOptions

Enable CommonMark extensions.

§parse: ParseOptions

Configure parse-time options.

§render: RenderOptions

Configure render-time options.

Trait Implementations

source§

impl Debug for Options

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Clone for Options

source§

fn clone(&self) -> Options

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Default for Options

source§

fn default() -> Options

Returns the “default value” for a type. Read more