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 MarkdownHeaderAnchorStyleFields
Section titled “Fields”Attribute
Section titled “Attribute”An attribute after the text, written as {#id}.
Attribute = 1HtmlAnchor
Section titled “HtmlAnchor”An anchor element before the text, written as <a id="id"></a>.
HtmlAnchor = 0