diff options
author | Sean McGivern <sean@gitlab.com> | 2019-04-05 09:24:36 +0000 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2019-04-05 09:24:36 +0000 |
commit | 9bee979872bbdfb9930cc31ff7caed698acb3b58 (patch) | |
tree | 06cf410d97acf6afa9e05e980b802fdaa3bdb4dd /changelogs | |
parent | 5b273d355f47baa27b365e22b96a07187c78e1a7 (diff) | |
parent | 949bcb1f8d9695171d0dc88461f6a16800ac57c9 (diff) | |
download | gitlab-ce-9bee979872bbdfb9930cc31ff7caed698acb3b58.tar.gz |
Merge branch '58717-checkbox-cannot-be-checked-if-a-blockquote-is-above' into 'master'
Checkbox cannot be checked if preceded by a blockquote
Closes #58717
See merge request gitlab-org/gitlab-ce!26937
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/58717-checkbox-cannot-be-checked-if-a-blockquote-is-above.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/58717-checkbox-cannot-be-checked-if-a-blockquote-is-above.yml b/changelogs/unreleased/58717-checkbox-cannot-be-checked-if-a-blockquote-is-above.yml new file mode 100644 index 00000000000..9f5881966c7 --- /dev/null +++ b/changelogs/unreleased/58717-checkbox-cannot-be-checked-if-a-blockquote-is-above.yml @@ -0,0 +1,5 @@ +--- +title: Allow task lists that follow a blockquote to work correctly +merge_request: 26937 +author: +type: fixed |