-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Labels
Description
Describe the bug
Related to #325 in that escapes are wrongly saved into the file under specific circumstances. In this case, it appears to happen only when the line begins with a colon (I use markdown with vimwiki and tags start with a colon)
To Reproduce
Steps to reproduce the behavior:
- Create new .md file from the web interface
- Input the following text:
test:
:test:
:test:test:
:test:- Close the document
- Download the document and open in a text edit
- Observe that lines 2 and 3 now begin with a slash:
test:
\:test:
\:test:test:
:test:Expected behavior
Preserved documents
Client details:
- OS: Arch Linux
- Browser: Firefox
- Version: Latest
- Device: Laptop
Server details
Text app version: 3.0.1
Operating system: Debian 10
Web server: Nginx
Database: PostgreSQL 11
PHP version: 7.3
Nextcloud version: 19.0.1
Reactions are currently unavailable