Class MarkdownTextInlineRule
Inheritance
MarkdownTextInlineRule
Namespace:Microsoft.DocAsCode.MarkdownLite
Assembly:Microsoft.DocAsCode.MarkdownLite.dll
Syntax
public class MarkdownTextInlineRule : IMarkdownRule
Properties
|
Improve this Doc
View Source
Name
Declaration
public virtual string Name { get; }
Property Value
Implements
|
Improve this Doc
View Source
Text
Declaration
public virtual Regex Text { get; }
Property Value
Methods
|
Improve this Doc
View Source
Smartypants(Options, String)
Smartypants Transformations
Declaration
protected virtual string Smartypants(Options options, string text)
Parameters
Returns
|
Improve this Doc
View Source
TryMatch(IMarkdownParser, IMarkdownParsingContext)
Declaration
public virtual IMarkdownToken TryMatch(IMarkdownParser parser, IMarkdownParsingContext context)
Parameters
Returns
Implements
Extension Methods