summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qtextmarkdownimporter/tst_qtextmarkdownimporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTextMarkdownWriter: escape all backslashesShawn Rutledge2024-03-261-0/+102
* QTextMarkdownImporter::import(): don't crash if file has only yamlShawn Rutledge2024-03-051-2/+15
* QTextMarkdownWriter: escape special characters (line or word prefix)Shawn Rutledge2024-03-041-1/+1
* Add tst_QTextMarkdownImporter::paragraphsShawn Rutledge2024-02-291-0/+38
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Extract and re-write "front matter" in markdown documentsShawn Rutledge2024-02-021-0/+23
* Add QTextDocument* constructor argument to QTextMarkdownImporterShawn Rutledge2023-09-011-4/+4
* Add QTextListFormat::start: html and markdown ordered list index offsetNicolas Werner2023-03-221-12/+43
* 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