Dup Goto 📝

PurpleTreeMarkdown1

PT2/aw/lang/markdown 07-31 13:46:41
To Pop
4 lines, 47 words, 432 chars Monday 2023-07-31 13:46:41

PurpleTree is written in a few hundred lines of PHP. It uses ParseDown to render the MarkDown to HTML. In addition to ParseDown, it converts WikiWord's to links, along with a few other things, SuchAsAbusingLinkNotationToProtectWikiWordsFromBeingTurnedIntoLinks. (The definitive guide is the PtWikiRendererParsedown1Php.)

Syntax highlighting is done via highlight.js.