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
Markdown list formatting is changed unexpectedly on document save.
To Reproduce
Create markdown file with the following content (not using Nextcloud Text editor):
- One
- Two
+ Three
* Four
Open this file in the Nextcloud Text editor. The formatting is correct and list properly indented.
Add new item to the list in the Nextcloud Text editor.
Open the file outside of the Nextcloud Text editor. Now list have been changed to:
* One
* Two
* Three
* Four
* Five
Notice two unexpected (and possibly unwanted) changes to the list formatting:
Every list item prefix has been replaced with * character.
List items are now separated with an empty line.
Expected behavior
The original formatting is preserved and not altered for existing list items.
Details
While this bug report may at first seem like nitpicking, the described behaviour can be really annoying in some cases:
In my case, markdown files live outside of the Nextcloud and are mounted into Nextcloud via external folders. Thus the files are also viewed/edited using other tools, and for some of them having all lists formatting changed may be undesirable.
If markdown files are under version control (popular for personal notetaking) then having unexpected changes to list formatting on document save makes VCS history not very useful.
The text was updated successfully, but these errors were encountered:
Describe the bug
Markdown list formatting is changed unexpectedly on document save.
To Reproduce
Notice two unexpected (and possibly unwanted) changes to the list formatting:
*
character.Expected behavior
The original formatting is preserved and not altered for existing list items.
Details
While this bug report may at first seem like nitpicking, the described behaviour can be really annoying in some cases:
The text was updated successfully, but these errors were encountered: