summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextmarkdownimporter_p.h
Commit message (Expand)AuthorAgeFilesLines
* Extract and re-write "front matter" in markdown documentsShawn Rutledge2024-02-021-0/+1
* Add QTextDocument* constructor argument to QTextMarkdownImporterShawn Rutledge2023-09-011-5/+4
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-241-0/+1
* Support the markdown underline extensionShawn Rutledge2020-11-071-0/+1
* Use QList instead of QVector in guiJarek Kobus2020-06-291-1/+1
* Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-1/+2
|\
| * QTextMarkdownImporter: fix use after free; add fuzz-generated testsShawn Rutledge2020-02-281-1/+1
|/
* Enforce QTextDocument::MarkdownFeature compatibility at compile timeShawn Rutledge2019-10-241-16/+18
* Make QTextBlockFormat::MarkerType an enum classShawn Rutledge2019-10-101-1/+1
* QTextMarkdownWriter: write fenced code blocks with language declarationShawn Rutledge2019-06-041-0/+1
* Markdown and HTML: support image alt text and titleShawn Rutledge2019-06-011-0/+1
* QTextMarkdownImporter: don't keep heading level on following list itemShawn Rutledge2019-05-241-5/+6
* Fix gui build without feature.regularexpressionTasuku Suzuki2019-05-221-0/+4
* Markdown: blockquotes, code blocks, and generalized nestingShawn Rutledge2019-05-081-0/+8
* Markdown: fix several issues with lists and continuationsShawn Rutledge2019-05-081-0/+2
* Remove 3rdparty include from QTextMarkdownImporter header fileShawn Rutledge2019-05-081-23/+22
* Add QTextMarkdownImporterShawn Rutledge2019-04-171-0/+127