Class MarkdownHeadingBlockToken
Inheritance
MarkdownHeadingBlockToken
Namespace:Microsoft.DocAsCode.MarkdownLite
Assembly:Microsoft.DocAsCode.MarkdownLite.dll
Syntax
public class MarkdownHeadingBlockToken : IMarkdownExpression, IMarkdownToken, IMarkdownRewritable<MarkdownHeadingBlockToken>
Constructors
|
Improve this Doc
View Source
MarkdownHeadingBlockToken(IMarkdownRule, IMarkdownContext, InlineContent, String, Int32, SourceInfo)
Declaration
public MarkdownHeadingBlockToken(IMarkdownRule rule, IMarkdownContext context, InlineContent content, string id, int depth, SourceInfo sourceInfo)
Parameters
Properties
|
Improve this Doc
View Source
Content
Declaration
public InlineContent Content { get; }
Property Value
|
Improve this Doc
View Source
Context
Declaration
public IMarkdownContext Context { get; }
Property Value
Implements
|
Improve this Doc
View Source
Depth
Declaration
public int Depth { get; }
Property Value
|
Improve this Doc
View Source
Id
Declaration
public string Id { get; }
Property Value
|
Improve this Doc
View Source
Rule
Declaration
public IMarkdownRule Rule { get; }
Property Value
Implements
|
Improve this Doc
View Source
SourceInfo
Declaration
public SourceInfo SourceInfo { get; }
Property Value
Implements
Methods
|
Improve this Doc
View Source
GetChildren()
Declaration
public IEnumerable<IMarkdownToken> GetChildren()
Returns
Implements
|
Improve this Doc
View Source
Rewrite(IMarkdownRewriteEngine)
Declaration
public MarkdownHeadingBlockToken Rewrite(IMarkdownRewriteEngine rewriterEngine)
Parameters
Returns
Implements
Extension Methods