static private Parse ( string markdown, int start, int end, int quoteDepth, int &actualEnd ) : List |
||
markdown | string | The markdown text. |
start | int | The position to start parsing. |
end | int | The position to stop parsing. |
quoteDepth | int | The current nesting level for block quoting. |
actualEnd | int | Set to the position at which parsing ended. This can be
/// different from |
리턴 | List |