Struct comrak::nodes::NodeHtmlBlock [] [src]

pub struct NodeHtmlBlock {
    pub literal: String,
    // some fields omitted
}

The metadata of an included HTML block.

Fields

The literal contents of the HTML block. Per NodeCodeBlock, the content is included here rather than in any inline.

Trait Implementations

impl Debug for NodeHtmlBlock
[src]

Formats the value using the given formatter.

impl Clone for NodeHtmlBlock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more