diff options
author | Brett Walker <bwalker@gitlab.com> | 2018-08-21 08:20:30 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2018-08-21 08:20:30 +0000 |
commit | 198f8a2c3d3d173fe59e948e6bab49440a658efa (patch) | |
tree | 90b94e8dc3a28d2716f08a2bc1375d24c6027803 /changelogs | |
parent | 5dabe6d1f309530a26a11354b994bdbc988b852f (diff) | |
download | gitlab-ce-198f8a2c3d3d173fe59e948e6bab49440a658efa.tar.gz |
Resolve "Wiki: links with spaces in the url render incorrectly with CommonMark"
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/48869-wiki-slugs-with-spaces.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/48869-wiki-slugs-with-spaces.yml b/changelogs/unreleased/48869-wiki-slugs-with-spaces.yml new file mode 100644 index 00000000000..88ba8028e2c --- /dev/null +++ b/changelogs/unreleased/48869-wiki-slugs-with-spaces.yml @@ -0,0 +1,5 @@ +--- +title: Allow spaces in wiki markdown links when using CommonMark +merge_request: 20417 +author: +type: fixed |