Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstance Okoghenun <cokoghenun@gitlab.com>2019-03-05 21:08:39 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-03-05 21:08:39 +0300
commite3eb241f5d71160db4535a4db19f0ea1944d2f0b (patch)
tree0b9ae4e31a7f550bb6da0f34c20d98f0095c9910 /changelogs
parent4cfbe050a8d26ae9b3eec226e110dedba7a310d6 (diff)
Added tightLists option to copy_as_gfm markdown serializer
This removes extraneous newlines when copying comments with an ordered list.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/32714-copying-comment-with-ordered-list-includes-extraneous-newlines.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/32714-copying-comment-with-ordered-list-includes-extraneous-newlines.yml b/changelogs/unreleased/32714-copying-comment-with-ordered-list-includes-extraneous-newlines.yml
new file mode 100644
index 00000000000..d0bb4225ce4
--- /dev/null
+++ b/changelogs/unreleased/32714-copying-comment-with-ordered-list-includes-extraneous-newlines.yml
@@ -0,0 +1,5 @@
+---
+title: Fixed "Copying comment with ordered list includes extraneous newlines"
+merge_request: 25695
+author:
+type: fixed