*** Internal Types ***
*** HTML rendering helper functions ***
*** Helpers ***
*** HTML renderer implementation ***
*** Processing Tables ***
*** Recognizing raw HTML ***
*** Helper string manipulations ***
Parse the Markdown document stored in the string 'text' of size 'size'. The renderer provides callbacks to be called during the parsing so the caller can render the document on the screen or convert the Markdown to another format.
*** Processing Block ***
*** Dictionary of Reference Definitions ***
*** Miscellaneous Stuff ***
*** Recognizing Entity ***
*** Line Analysis ***
*** Grouping Lines into Blocks ***
*** Attribute Management ***
*** Recognizing Links ***
*** Processing Inlines (a.k.a Spans) ***
*** Unicode Support ***