parse


Description:

public void parse (string text)

Parse a full document in one call: equivalent to start(), add(text) with end-of-chunks, flush(). Use when the entire markdown content is already in memory.

Parameters:

text

Full markdown text to parse