Interface IMarkdownParsingContext
Namespace:Microsoft.DocAsCode.MarkdownLite
Assembly:Microsoft.DocAsCode.MarkdownLite.dll
Syntax
public interface IMarkdownParsingContext
Properties
| Improve this Doc View SourceCurrentMarkdown
Declaration
string CurrentMarkdown { get; }
Property Value
| Type | Description |
|---|---|
| String |
Methods
| Improve this Doc View SourceConsume(Int32)
Declaration
SourceInfo Consume(int charCount)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | charCount |
Returns
| Type | Description |
|---|---|
| SourceInfo |