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