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