C# Class Microsoft.DocAsCode.Dfm.DfmXrefAutoLinkInlineRule

Xref auto link syntax: 1. `<xref:uid>` 2. `<xref:"uid with space">`
Inheritance: IMarkdownRule
Datei anzeigen 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_oe static_oe property

public static string XrefAutoLinkRegexString
return string

XrefAutoLinkRegexWithQuoteString public_oe static_oe property

public static string XrefAutoLinkRegexWithQuoteString
return string