diff options
author | Brett Walker <bwalker@gitlab.com> | 2019-07-19 11:37:35 -0500 |
---|---|---|
committer | Brett Walker <bwalker@gitlab.com> | 2019-07-19 12:40:16 -0500 |
commit | b1694896ffd4dcf8bc54d19b5d513813e63d6121 (patch) | |
tree | 579b92050cc6ce6f01f83f9e8df5c6c7e39de885 /changelogs | |
parent | 2e56b134687ccc8043f14eef4c5d0bfa9e1fd370 (diff) | |
download | gitlab-ce-b1694896ffd4dcf8bc54d19b5d513813e63d6121.tar.gz |
Properly identify task lists inside a blockquote64697-markdown-issues-checkbox-inside-blockquote-status-won-t-be-saved
Updated the task list regex to understand blockquote
characters that can come before the task item marker
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/64697-markdown-issues-checkbox-inside-blockquote-status-won-t-be-saved.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/64697-markdown-issues-checkbox-inside-blockquote-status-won-t-be-saved.yml b/changelogs/unreleased/64697-markdown-issues-checkbox-inside-blockquote-status-won-t-be-saved.yml new file mode 100644 index 00000000000..00664d64050 --- /dev/null +++ b/changelogs/unreleased/64697-markdown-issues-checkbox-inside-blockquote-status-won-t-be-saved.yml @@ -0,0 +1,5 @@ +--- +title: Better support clickable tasklists inside blockquotes +merge_request: 30952 +author: +type: fixed |