Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
5.12.2
-
None
-
ca4774131 (dev), 106442586 (6.7), 0281005a7 (dev), 662dbcb8a (6.7)
Description
I forgot whether escaping of literal backslashes is done at all in the writer: but it needs to be (or maybe the bug is only in tables). Otherwise the attached ascii table will load OK, but when writing it and re-loading it, the pipe character is treated as an escaped literal rather than the backslash being the literal, because it was written unescaped (/| instead of //| but I mean with backslashes... avoiding writing them here because of how jira treats them).
Attachments
Issue Links
- is duplicated by
-
QTBUG-122083 Markdown writer fails to escape special characters
- Closed