QTextEdit markdown parser issue
-
I've discovered that when I nest font attributes, some can be missed.
For example this (produced by QTextEdit in Qt5) does not show strike-out when read by QTextEdit:
~~bold avec strike-out~~
But this works
bold avec strike-outWhen reading markdown from the QTextEdit, the upper format is produced.
-
I've discovered that when I nest font attributes, some can be missed.
For example this (produced by QTextEdit in Qt5) does not show strike-out when read by QTextEdit:
~~bold avec strike-out~~
But this works
bold avec strike-outWhen reading markdown from the QTextEdit, the upper format is produced.