quesadilla icon indicating copy to clipboard operation
quesadilla copied to clipboard

Entity-style text parsing

Results 3 quesadilla issues
Sort by recently updated
recently updated
newest added

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.

feature

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...

enhancement

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.

feature