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