API Reference

Class

TocMarkerBlock

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Markdown table-of-contents marker that preserves a semantic TOC placeholder when rendering back to Markdown.

Inheritance

Constructors

Methods

OfficeIMO#Markdown#IContextualHtmlMarkdownBlock#RenderHtml(OfficeIMO.Markdown.MarkdownBodyRenderContext arg1) #

Parameters

arg1 OfficeIMO.Markdown.MarkdownBodyRenderContext required
OfficeIMO#Markdown#IMarkdownBlock#RenderHtml() #
OfficeIMO#Markdown#IMarkdownBlock#RenderMarkdown() #
OfficeIMO#Markdown#ISyntaxMarkdownBlock#BuildSyntaxNode(System.Nullable{OfficeIMO.Markdown.MarkdownSourceSpan} arg1) #

Parameters

arg1 System.Nullable{OfficeIMO.Markdown.MarkdownSourceSpan} required

Properties

public Int32 MinLevel { get; set; } #

Minimum heading level included by the table of contents.

public Int32 MaxLevel { get; set; } #

Maximum heading level included by the table of contents.

public Boolean IncludeTitle { get; set; } #

When true, output formats may render a title above the generated table of contents.

public String Title { get; set; } #

Title text for output formats that render TOC chrome.

public Int32 TitleLevel { get; set; } #

Heading level for the title when an output format renders it as a heading.