Class MarkdownHtmlBlockRule
Inheritance
MarkdownHtmlBlockRule
Assembly: Microsoft.DocAsCode.MarkdownLite.dll
Syntax
public class MarkdownHtmlBlockRule : IMarkdownRule
Properties
|
Improve this Doc
View Source
Html
Declaration
[Obsolete("Please use HtmlMatcher.")]
public virtual Regex Html { get; }
Property Value
|
Improve this Doc
View Source
HtmlMatcher
Declaration
public virtual Matcher HtmlMatcher { 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