-
Couldn't load subscription status.
- Fork 107
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The app messed up the entire markdown syntax of my file.
To Reproduce
Steps to reproduce the behavior:
- Create a markdown file in your regular markdown editor.
- Add normal stuff like lists, break lines, code fences, math expressions.
- Then open up your file in the "nextcloud/text" app and save the file.
- Open back your file in your regular markdown editor, and see errors : all your makrdown syntax is entirely messed up :
- Backslash are added on every single math anotations.
- Break lines are removed.
- Lists '-' are replaced with '*'.
- '<' and '>' in URL are simply... removed.
- Langage indices (ex: 'python') in code fences are removed.
Is this normal behavior ? It sounds like the app is trying to avoid langage injection, or something like this. But I don't see why, since it's just regular file. There is no "excecution" capability in markdown file, isn't it ?
Expected behavior
None of my markdown syntax is touched.
Client details:
- OS: Linux Manjaro 5
- Browser: Firefox
- Device: Desktop
Text app version: 3.5.1
Web server: Nextcloud 24
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working