quesadilla
quesadilla copied to clipboard
Entity-style text parsing
Add [gemoji](https://github.com/github/gemoji) as an option (off by default) to the HTML plugin. It would be cool to automatically include images instead of characters so Emoji works in Chrome, etc.
Right now all of the Markdown parsing is done via regular expressions I copied from Gruber's Markdown.pl. A real parser would be a lot better. All of the ones I...
Right now entities cannot overlap. This really sucks for the enduser. The root of the problem is the way the replace token works. This approach should really be replaced.