C# Class Microsoft.DocAsCode.Dfm.DfmXrefAutoLinkInlineRule

Xref auto link syntax: 1. `<xref:uid>` 2. `<xref:"uid with space">`
Inheritance: IMarkdownRule
Show file Open project: dotnet/docfx

Public Properties

Property Type Description
XrefAutoLinkRegexString string
XrefAutoLinkRegexWithQuoteString string

Public Methods

Method Description
TryMatch ( IMarkdownParser parser, IMarkdownParsingContext context ) : IMarkdownToken

Method Details

TryMatch() public method

public TryMatch ( IMarkdownParser parser, IMarkdownParsingContext context ) : IMarkdownToken
parser IMarkdownParser
context IMarkdownParsingContext
return IMarkdownToken

Property Details

XrefAutoLinkRegexString public static property

public static string XrefAutoLinkRegexString
return string

XrefAutoLinkRegexWithQuoteString public static property

public static string XrefAutoLinkRegexWithQuoteString
return string