Class MarkdownListBlockRule
Inheritance
MarkdownListBlockRule
Namespace:Microsoft.DocAsCode.MarkdownLite
Assembly:Microsoft.DocAsCode.MarkdownLite.dll
Syntax
public class MarkdownListBlockRule : IMarkdownRule
Properties
|
Improve this Doc
View Source
Bullet
Declaration
public virtual Regex Bullet { get; }
Property Value
|
Improve this Doc
View Source
Item
Declaration
public virtual Regex Item { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public virtual string Name { get; }
Property Value
Implements
|
Improve this Doc
View Source
OrderList
Declaration
public virtual Regex OrderList { get; }
Property Value
|
Improve this Doc
View Source
UnorderList
Declaration
public virtual Regex UnorderList { 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