Interface IMarkdownToken
The token for markdown. It should be immutable.
Namespace:Microsoft.DocAsCode.MarkdownLite
Assembly:Microsoft.DocAsCode.MarkdownLite.dll
Syntax
public interface IMarkdownToken
Properties
Context
The context when created this token.
Declaration
IMarkdownContext Context { get; }
Property Value
Type | Description |
---|---|
IMarkdownContext |
Rule
The rule created this token.
Declaration
IMarkdownRule Rule { get; }
Property Value
Type | Description |
---|---|
IMarkdownRule |
SourceInfo
The source info of this token.
Declaration
SourceInfo SourceInfo { get; }
Property Value
Type | Description |
---|---|
SourceInfo |