Skip to content
Auto
Products

MarkdownHeaderAnchorStyle

Namespace: TagBites.Text.Markdown
Assembly: TagBites.Text.Markdown.dll
Product: TagBites.Text.Markdown v. 2.2.0

Specifies how an explicit header anchor is written.

public enum MarkdownHeaderAnchorStyle

An attribute after the text, written as {#id}.

Attribute = 1

An anchor element before the text, written as <a id="id"></a>.

HtmlAnchor = 0