Class DfmTextInlineRule
Inherited Members
Namespace:Microsoft.DocAsCode.Dfm
Assembly:Microsoft.DocAsCode.Dfm.dll
Syntax
public class DfmTextInlineRule : MarkdownTextInlineRule, IMarkdownRule
Properties
Text
Override the one in MarkdownLite, difference is:
If there is a @
following .
, ,
, ;
, :
, !
, ?
or whitespace, exclude it as it is a xref
Declaration
public override Regex Text { get; }
Property Value
Type | Description |
---|---|
Regex |