Direct Page Break Does Not Work #259
Labels
A11Y 🔓
Accessibility related
Difficulty: Medium
Package: Markdown Editor ⌨️
Type: Feature Request 🛍️
New feature or request
Bug Report 🐛
When we click on the page-break icon, it adds
---
in the markdown panel as the page break. But when we directly write---
on the editor then page break doesn't work.Expected Behavior
Writing
---
should add a page break on the editorCurrent Behavior
Writing
---
doesn't create a page break. It just writes it as it is.Possible Solution
It would be very convenient if the user doesn't have to touch the mouse and can directly add a page break from the keyboard by entering
---
.If
---
gets entered in the middle of the line then the cursor should jump to the next line and make a page break. If the user did this by mistake then he can just backspace once, and we would put him where he was before the page break occurred.Steps to Reproduce
---
on the editorDesktop
The text was updated successfully, but these errors were encountered: