summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qtextmarkdownwriter/tst_qtextmarkdownwriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid ending Markdown fenced code blocks with gratuitous blank linesShawn Rutledge2022-05-201-1/+1
* Convert <pre> to Markdown ``` and vice-versa with nonBreakableLinesShawn Rutledge2022-05-191-2/+2
* Un-blacklist markdown tests: QSKIP when fonts are scrambledShawn Rutledge2022-05-191-24/+75
* Enable markdown writer 'preformats with embedded backticks' testShawn Rutledge2022-01-121-3/+3
* Add a markdown writer test for a checklist item ending with `code`Shawn Rutledge2022-01-121-0/+29
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Markdown writer: omit space after opening code block fenceShawn Rutledge2020-04-201-1/+1
* Markdown writer: don't wrap code block, and detect its endShawn Rutledge2020-04-201-0/+1
* Markdown importer: properly set hyperlinksGiuseppe D'Angelo2020-02-031-0/+1
* QTextMarkdownWriter: preserve empty listsv5.14.0-beta3Shawn Rutledge2019-11-051-0/+9
* Make QTextBlockFormat::MarkerType an enum classShawn Rutledge2019-10-101-1/+1
* QTextMarkdownWriter: write fenced code blocks with language declarationShawn Rutledge2019-06-041-0/+3
* Markdown and HTML: support image alt text and titleShawn Rutledge2019-06-011-0/+3
* QTextMarkdownWriter: fix some bad cases with word wrapShawn Rutledge2019-05-241-0/+1
* QTextMarkdownImporter: don't keep heading level on following list itemShawn Rutledge2019-05-241-0/+1
* Markdown: blockquotes, code blocks, and generalized nestingShawn Rutledge2019-05-081-2/+15
* Change QTextMarkdownWriter to pass by const pointer and QAIMShawn Rutledge2019-05-081-1/+1
* Markdown: deal with horizontal rules (thematic breaks)Shawn Rutledge2019-05-081-0/+3
* Markdown: fix several issues with lists and continuationsShawn Rutledge2019-05-081-12/+92
* Add QTextMarkdownWriter, QTextEdit::markdown property etc.Shawn Rutledge2019-05-011-0/+360