popovers: Encode brackets in URI to avoid conflict with markdown links.

This fixes an issue where one could end up with a `(` in the markdown
syntax for a link after copy-pasting this, which doesn't work in
markdown.

Fixes #12579.
This commit is contained in:
Thomas Ip
2019-06-15 12:31:57 +08:00
committed by Tim Abbott
parent b6ce366d61
commit 0253ef12c6
3 changed files with 75 additions and 14 deletions

View File

@@ -41,6 +41,7 @@ enforce_fully_covered = {
# 'static/js/composebox_typeahead.js',
'static/js/dict.ts',
'static/js/emoji.js',
'static/js/feature_flags.js',
'static/js/fenced_code.js',
'static/js/fetch_status.js',
'static/js/filter.js',