dokuwiki-plugin-prosemirror icon indicating copy to clipboard operation
dokuwiki-plugin-prosemirror copied to clipboard

Add support for Shift+Enter key, used to add new line in codeblocks if they in lists

Open TitovLab opened this issue 5 years ago • 1 comments

Unable to add new line in code block if it is inside ordered or bullet list, for example try press Enter inside code block to add new line between first and third line:

  - First item<code>
First line
Third line
</code>
  - Second item
  - Third item

This pull request adds Shift + Enter key to add new lines inside code block.

TitovLab avatar Jul 10 '20 16:07 TitovLab

Thanks for submitting. Please check the build error message and fix the code style errors.

annda avatar Jul 27 '20 10:07 annda