Skip to content
Snippets Groups Projects

Better escaping of text passed into GFM

Merged gitlab-qa-bot requested to merge github/fork/rspeicher/escape_gfm into master

Created by: rspeicher

This was fairly tricky to deal with since gfm() can't just escape the text itself, since our custom Markdown parser converts Markdown to HTML and then passes it to GFM, so that would make it useless. We can't escape all text returned by GFM because then references wouldn't work.

Closes #1444 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading