Page MenuHomeWrite.as

Support Markdown
Closed, ResolvedPublic

Event Timeline

matt claimed this task.
matt raised the priority of this task from to High.
matt updated the task description. (Show Details)
matt added projects: Write.as Web, Restricted Project.
matt moved this task to Next Up on the Write.as Web board.
matt changed the visibility from "All Users" to "Public (No Login Required)".
matt added a subscriber: matt.
matt lowered the priority of this task from High to Low.Nov 8 2015, 2:52 AM
matt edited projects, added API; removed Write.as Web.
matt moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.Nov 8 2015, 3:13 AM
matt raised the priority of this task from Low to Normal.Dec 8 2015, 6:40 AM
matt edited projects, added Write.as Web; removed API.

Use something like blackfriday for rendering.

Since this means rendering text with HTML instead of <pre>, we should either add the option to enable Markdown, or only render with HTML if we auto-detect its presence.

Alternatively, we can just use basic formatting (e.g. bold, italic, images and links) and not change any spacing (this would be ideal).

matt moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.

Still needs to be tested a bit for odd edge cases and potential style improvements. But it is implemented.