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