C# 클래스 Microsoft.DocAsCode.Dfm.DfmXrefShortcutInlineRule

XREF regex: 1. If content after `@` is wrapped by `'` or `"`, it contains any character including white space 2. If content after `@` is not wrapped by `'` or `"`, It must start with word character `a-z` or `A-Z` It ends when a. line ends b. meets whitespaces c. line ends with `.`, `,`, `;`, `:`, `!`, `?` and `~` d. meets 2 times or more `.`, `,`, `;`, `:`, `!`, `?` and `~`
상속: IMarkdownRule
파일 보기 프로젝트 열기: dotnet/docfx

공개 프로퍼티들

프로퍼티 타입 설명
XrefShortcutRegexString string
XrefShortcutRegexWithQuoteString string

공개 메소드들

메소드 설명
TryMatch ( IMarkdownParser parser, IMarkdownParsingContext context ) : IMarkdownToken

메소드 상세

TryMatch() 공개 메소드

public TryMatch ( IMarkdownParser parser, IMarkdownParsingContext context ) : IMarkdownToken
parser IMarkdownParser
context IMarkdownParsingContext
리턴 IMarkdownToken

프로퍼티 상세

XrefShortcutRegexString 공개적으로 정적으로 프로퍼티

public static string XrefShortcutRegexString
리턴 string

XrefShortcutRegexWithQuoteString 공개적으로 정적으로 프로퍼티

public static string XrefShortcutRegexWithQuoteString
리턴 string