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