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