Commit Graph

8 Commits

Author SHA1 Message Date
Sean McGivern 78aa8c162e Escape autocomplete results for Markdown
A label name can contain a `_`, `~~`, or other Markdown-significant
characters. But label references are processed _after_ Markdown processing has
run, so we can't easily fix this on the backend.

We can make it more convenient, though, by changing the frontend to escape these
characters so they aren't processed as Markdown, when we insert them from
autocomplete.
2018-03-29 13:27:08 +01:00
Mike Greiling f248be7257
require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
Tony Rom 57f8b24fe2 Fix minors 2018-02-01 14:15:21 +03:00
Tony Rom d90d141c24 Add Colors to GitLab Flavored Markdown 2018-01-29 17:39:19 +03:00
haseeb d2d7bfa760 fix to allow integer label refernces 2017-11-13 14:30:22 +00:00
Mike Greiling 283f968ef2 update frontend specs to use ES module syntax 2017-05-16 16:01:51 -05:00
Eric Eastwood b8b6de4c75 Make `gfm_auto_complete` into a module and fix up tech debt 2017-05-16 18:42:06 +00:00
winniehell 572f9782d5 Remove .es6 from file extensions (!9241) 2017-03-05 21:22:40 +01:00