qt5base-lts/tests/auto/gui/text/qtextmarkdownwriter/data
Shawn Rutledge f5c7799f59 Support the markdown underline extension
MarkdownDialectGitHub now includes this feature, so *emph* is italicized
and _emph_ is underlined. This is a better fit for QTextDocument capabilities;
until now, _underlined_ markdown could be read, but would be rendered with
italics, because in CommonMark, *emphasis* and _emphasis_ are the same.
But QTextMarkdownWriter already writes underlining and italics distinctly
in this way.

[ChangeLog][QtGui][Text] By default (with MarkdownDialectGitHub), markdown
_underline_ and *italic* text styles are now distinct.

Fixes: QTBUG-84429
Change-Id: Ifc6defa4852abe831949baa4ce28bae5f1a82265
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2020-11-07 09:35:11 +01:00
..
blockquotes.md Markdown writer: omit space after opening code block fence 2020-04-20 21:08:32 +02:00
example.md Support the markdown underline extension 2020-11-07 09:35:11 +01:00
headingsAndLists.md QTextMarkdownImporter: don't keep heading level on following list item 2019-05-24 15:37:05 +02:00
links.md Markdown importer: properly set hyperlinks 2020-02-03 14:58:06 +01:00
listsAndCodeBlocks.md Markdown writer: omit space after opening code block fence 2020-04-20 21:08:32 +02:00
wordWrap.md QTextMarkdownWriter: fix some bad cases with word wrap 2019-05-24 15:37:05 +02:00