summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qtextmarkdownwriter
Commit message (Expand)AuthorAgeFilesLines
* QTextMarkdownWriter: preserve empty listsv5.14.0-beta3Shawn Rutledge2019-11-051-0/+9
* Make QTextBlockFormat::MarkerType an enum classShawn Rutledge2019-10-101-1/+1
* unblacklist passing testsDaniel Smith2019-07-081-2/+1
* QTextMarkdownWriter: write fenced code blocks with language declarationShawn Rutledge2019-06-042-15/+40
* Markdown and HTML: support image alt text and titleShawn Rutledge2019-06-011-0/+3
* QTextMarkdownWriter: fix some bad cases with word wrapShawn Rutledge2019-05-243-1/+16
* QTextMarkdownImporter: don't keep heading level on following list itemShawn Rutledge2019-05-242-0/+13
* Markdown: blockquotes, code blocks, and generalized nestingShawn Rutledge2019-05-083-3/+57
* 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-082-21/+101
* Add QTextMarkdownWriter, QTextEdit::markdown property etc.Shawn Rutledge2019-05-014-0/+465