add


Description:

public void add (string in_chunk, bool is_end_of_chunks = false)

Parses text and calls specific callbacks on Render. Uses peekFormat to detect format sequences.

Parameters:

in_chunk

The markdown text to parse

is_end_of_chunks

If true, format markers at the end are treated as definitive (no more data coming)