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
YAML headers and special symbols modified on reading/writing
For adding document information in markdown documents, YAML headers are common. Those are changed when the markdown files are edited with Text. As well, I noticed the undesired 'optimization' of text, such as [] is changed to [ ], and \delta becomes \delta. Additionally, a pipe table becomes modified in my document. This behavior breaks things, e.g., when processing the MD file with Pandoc (https://pandoc.org/, https://peerj.com/articles/cs-112/).
Expected behavior
Existing markdown code/text should be left unmodified.
Reproduce - YAML
Create a markdown file with a YAML header
---
title: The life of Donald
author: Donald Duck
---
YAML headers and special symbols modified on reading/writing
For adding document information in markdown documents, YAML headers are common. Those are changed when the markdown files are edited with Text. As well, I noticed the undesired 'optimization' of text, such as [] is changed to [ ], and \delta becomes \delta. Additionally, a pipe table becomes modified in my document. This behavior breaks things, e.g., when processing the MD file with Pandoc (https://pandoc.org/, https://peerj.com/articles/cs-112/).
Expected behavior
Existing markdown code/text should be left unmodified.
Reproduce - YAML
Reproduce - Symbols/ Commands
Reproduce - Table
SUGGESTION
Provide a RAW MODE option (similar to the previous Markdown Nextcloud editor).
The text was updated successfully, but these errors were encountered: