summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qtextmarkdownimporter/tst_qtextmarkdownimporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid ending Markdown fenced code blocks with gratuitous blank linesShawn Rutledge2022-05-201-5/+4
* Convert <pre> to Markdown ``` and vice-versa with nonBreakableLinesShawn Rutledge2022-05-191-0/+75
* Un-blacklist markdown tests: QSKIP when fonts are scrambledShawn Rutledge2022-05-181-0/+17
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-27/+2
* Use QTextCharFormat::fontFixedPitch to remember Markdown backtick spansShawn Rutledge2022-01-111-2/+5
* QTextMarkdownImporter: don't apply text char format to list item blockShawn Rutledge2022-01-061-0/+29
* Markdown importer: keep entities in HTML blocks with the HTMLShawn Rutledge2021-10-161-0/+66
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* Support the markdown underline extensionShawn Rutledge2020-11-071-3/+12
* Use OpenType font weightsJonas Karlsson2020-08-281-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* QTextMarkdownImporter: allow nesting text span formattingShawn Rutledge2020-05-271-2/+112
* QTextMarkdownImporter: fix use after free; add fuzz-generated testsShawn Rutledge2020-02-281-0/+24
* Remove empty block at beginning of imported markdownRainer Keller2020-01-131-1/+35
* QTextMarkdownWriter: preserve empty listsv5.14.0-beta3Shawn Rutledge2019-11-051-5/+5
* Avoid crashing when the end of an empty markdown list is detectedShawn Rutledge2019-11-051-0/+63
* Markdown: deal with horizontal rules (thematic breaks)Shawn Rutledge2019-05-081-0/+42
* Markdown: fix several issues with lists and continuationsShawn Rutledge2019-05-081-0/+121