Class MarkdownCodeBlockToken
Inheritance
MarkdownCodeBlockToken
Namespace:Microsoft.DocAsCode.MarkdownLite
Assembly:Microsoft.DocAsCode.MarkdownLite.dll
Syntax
public class MarkdownCodeBlockToken : IMarkdownToken
Constructors
MarkdownCodeBlockToken(IMarkdownRule, IMarkdownContext, String, String, SourceInfo)
Declaration
public MarkdownCodeBlockToken(IMarkdownRule rule, IMarkdownContext context, string code, string lang, SourceInfo sourceInfo)
Parameters
Properties
Code
Declaration
public string Code { get; }
Property Value
Context
Declaration
public IMarkdownContext Context { get; }
Property Value
Implements
Lang
Declaration
public string Lang { get; }
Property Value
Rule
Declaration
public IMarkdownRule Rule { get; }
Property Value
Implements
SourceInfo
Declaration
public SourceInfo SourceInfo { get; }
Property Value
Implements
Extension Methods