Enum pandoc::MarkdownExtensions [] [src]

pub enum MarkdownExtensions {
    EscapedLineBreaks,
    BlankBeforeHeader,
    HeaderAttributes,
    AutoIdentifiers,
    ImplicitHeaderReferences,
    BlankBeforeBlockQuote,
    FencedCodeBlocks,
    BacktickCodeBlocks,
    FencedCodeAttributes,
    LineBlocks,
    FancyLists,
    Startnum,
    DefinitionLists,
    ExampleLists,
    TableCaptions,
    SimpleTables,
    MultilineTables,
    GridTables,
    PipeTables,
    PandocTitleBlock,
    YamlMetadataBlock,
    AllSymbolsEscapable,
    IntrawordUnderscores,
    Strikeout,
    Superscript,
    Subscript,
    InlineCodeAttributes,
    TexMathDollars,
    RawHtml,
    MarkdownInHtmlBlocks,
    NativeDivs,
    NativeSpans,
    RawTex,
    LatexMacros,
    ShortcutReferenceLinks,
    ImplicitFigures,
    Footnotes,
    InlineNotes,
    Citations,
    ListsWithoutPrecedingBlankline,
    HardLineBreaks,
    IgnoreLineBreaks,
    TexMathSingleBackslash,
    TexMathDoubleBackslash,
    MarkdownAttribute,
    MmdTitleBlock,
    Abbreviations,
    AutolinkBareUris,
    AsciiIdentifiers,
    LinkAttributes,
    MmdHeaderIdentifiers,
    CompactDefinitionLists,
}

Variants

EscapedLineBreaksBlankBeforeHeaderHeaderAttributesAutoIdentifiersImplicitHeaderReferencesBlankBeforeBlockQuoteFencedCodeBlocksBacktickCodeBlocksFencedCodeAttributesLineBlocksFancyListsStartnumDefinitionListsExampleListsTableCaptionsSimpleTablesMultilineTablesGridTablesPipeTablesPandocTitleBlockYamlMetadataBlockAllSymbolsEscapableIntrawordUnderscoresStrikeoutSuperscriptSubscriptInlineCodeAttributesTexMathDollarsRawHtmlMarkdownInHtmlBlocksNativeDivsNativeSpansRawTexLatexMacrosShortcutReferenceLinksImplicitFiguresFootnotesInlineNotesCitationsListsWithoutPrecedingBlanklineHardLineBreaksIgnoreLineBreaksTexMathSingleBackslashTexMathDoubleBackslashMarkdownAttributeMmdTitleBlockAbbreviationsAutolinkBareUrisAsciiIdentifiersLinkAttributesMmdHeaderIdentifiersCompactDefinitionLists

Trait Implementations

impl Clone for MarkdownExtensions
[src]

fn clone(&self) -> MarkdownExtensions

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Debug for MarkdownExtensions
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.