Class GfmFencesBlockRule
Inheritance
GfmFencesBlockRule
Namespace:Microsoft.DocAsCode.MarkdownLite
Assembly:Microsoft.DocAsCode.MarkdownLite.dll
Syntax
public class GfmFencesBlockRule : IMarkdownRule
Properties
|
Improve this Doc
View Source
Fences
Declaration
public virtual Regex Fences { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public virtual string Name { get; }
Property Value
Implements
Methods
|
Improve this Doc
View Source
TryMatch(IMarkdownParser, IMarkdownParsingContext)
Declaration
public IMarkdownToken TryMatch(IMarkdownParser parser, IMarkdownParsingContext context)
Parameters
Returns
Implements
Extension Methods