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