Class MarkdownBrInlineRule
Inheritance
MarkdownBrInlineRule
Assembly: Microsoft.DocAsCode.MarkdownLite.dll
Syntax
public class MarkdownBrInlineRule : IMarkdownRule
Properties
|
Improve this Doc
View Source
Br
Declaration
[Obsolete]
public virtual Regex Br { get; }
Property Value
|
Improve this Doc
View Source
BrMatcher
Declaration
public virtual Matcher BrMatcher { 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 virtual IMarkdownToken TryMatch(IMarkdownParser parser, IMarkdownParsingContext context)
Parameters
Returns
Implements
Extension Methods