diff options
author | Alex <alex@brewingcode.net> | 2018-05-18 20:14:31 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2018-05-18 20:14:31 +0000 |
commit | 1b530f96645b738c8e723f6ff8841569ac06aef4 (patch) | |
tree | 0b63b46b2e5521a45cf521fe36a498c034d123ce /changelogs | |
parent | 076ab2e8e09f23d138d462ad52d19ab44fb0014b (diff) | |
download | gitlab-ce-1b530f96645b738c8e723f6ff8841569ac06aef4.tar.gz |
Fix double brackets being linkified in wiki markdown
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/18524-fix-double-brackets-in-wiki-markdown.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/18524-fix-double-brackets-in-wiki-markdown.yml b/changelogs/unreleased/18524-fix-double-brackets-in-wiki-markdown.yml new file mode 100644 index 00000000000..9287243a7e3 --- /dev/null +++ b/changelogs/unreleased/18524-fix-double-brackets-in-wiki-markdown.yml @@ -0,0 +1,5 @@ +--- +title: Fix double-brackets being linkified in wiki markdown +merge_request: 18524 +author: brewingcode +type: fixed |