Class MarkdownCodeBlockToken
Inheritance
MarkdownCodeBlockToken
Namespace:Microsoft.DocAsCode.MarkdownLite
Assembly:Microsoft.DocAsCode.MarkdownLite.dll
Syntax
public class MarkdownCodeBlockToken : IMarkdownToken
Constructors
|
Improve this Doc
View Source
MarkdownCodeBlockToken(IMarkdownRule, IMarkdownContext, String, String, SourceInfo)
Declaration
public MarkdownCodeBlockToken(IMarkdownRule rule, IMarkdownContext context, string code, string lang, SourceInfo sourceInfo)
Parameters
Properties
|
Improve this Doc
View Source
Code
Declaration
public string Code { get; }
Property Value
|
Improve this Doc
View Source
Context
Declaration
public IMarkdownContext Context { get; }
Property Value
Implements
|
Improve this Doc
View Source
Lang
Declaration
public string Lang { 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
Extension Methods