Interface IMarkdownParsingContext
Assembly: Microsoft.DocAsCode.MarkdownLite.dll
Syntax
public interface IMarkdownParsingContext
Properties
|
Improve this Doc
View Source
CurrentMarkdown
Declaration
string CurrentMarkdown { get; }
Property Value
|
Improve this Doc
View Source
File
Declaration
Property Value
|
Improve this Doc
View Source
IsInParagraph
Declaration
bool IsInParagraph { get; set; }
Property Value
|
Improve this Doc
View Source
LineNumber
Declaration
Property Value
|
Improve this Doc
View Source
Markdown
Declaration
Property Value
Methods
|
Improve this Doc
View Source
Consume(Int32)
Declaration
SourceInfo Consume(int charCount)
Parameters
Type |
Name |
Description |
Int32 |
charCount |
|
Returns
|
Improve this Doc
View Source
Match(Matcher)
Declaration
MatchResult Match(Matcher matcher)
Parameters
Type |
Name |
Description |
Matcher |
matcher |
|
Returns
Extension Methods