Class MarkdownHtmlBlockToken
Inheritance
MarkdownHtmlBlockToken
Namespace:Microsoft.DocAsCode.MarkdownLite
Assembly:Microsoft.DocAsCode.MarkdownLite.dll
Syntax
public class MarkdownHtmlBlockToken : IMarkdownExpression, IMarkdownToken, IMarkdownRewritable<MarkdownHtmlBlockToken>
Constructors
|
Improve this Doc
View Source
MarkdownHtmlBlockToken(IMarkdownRule, IMarkdownContext, InlineContent, SourceInfo)
Declaration
public MarkdownHtmlBlockToken(IMarkdownRule rule, IMarkdownContext context, InlineContent content, 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
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 MarkdownHtmlBlockToken Rewrite(IMarkdownRewriteEngine rewriterEngine)
Parameters
Returns
Implements
Extension Methods