Method | Description | |
---|---|---|
LookUpReference ( string id ) : |
Looks up a reference using the ID. A reference is a line that looks like this: [foo]: http://example.com/
|
|
MarkdownDocument ( ) : System |
Initializes a new markdown document.
|
|
Parse ( string markdownText ) : void |
Parses markdown document text.
|
|
ToString ( ) : string |
Converts the object into it's textual representation.
|
Method | Description | |
---|---|---|
Parse ( string markdown, int start, int end, int quoteDepth, int &actualEnd ) : List |
Parses a markdown document.
|
public LookUpReference ( string id ) : |
||
id | string | The ID of the reference (case insensitive). |
return |
public Parse ( string markdownText ) : void | ||
markdownText | string | The markdown text. |
return | void |