You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 11, 2022. It is now read-only.
Before this change, exiting a blockquote required users to press
`SHIFT+ENTER`. That was unexpected behaviour, as in pure markdown
blockquotes stop at a new line.
After this change, blockquotes behave like headings: When `ENTER` is
pressed a new empty block is inserted. This is more expected, and to
continue making blockquotes one can continue inserting `>` at the
beginning of lines.
0 commit comments