Class MarkdownListBlockRule
Inheritance
MarkdownListBlockRule
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
|
Improve this Doc
View Source
OrderList
Declaration
[Obsolete("Please use OrderListMatcher.")]
public virtual Regex OrderList { get; }
Property Value
|
Improve this Doc
View Source
OrderListMatcher
Declaration
public virtual Matcher OrderListMatcher { get; }
Property Value
|
Improve this Doc
View Source
UnorderList
Declaration
[Obsolete("Please use ListMatcher.")]
public virtual Regex UnorderList { get; }
Property Value
|
Improve this Doc
View Source
UnorderListMatcher
Declaration
public virtual Matcher UnorderListMatcher { 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