qt5base-lts/tests/auto/gui/text/qtextmarkdownwriter/data/wordWrap.md
Shawn Rutledge 280d679c55 QTextMarkdownWriter: fix some bad cases with word wrap
If any non-breakable content (such as a link) already went past
80 columns, or if a word ended on column 80, it didn't wrap the rest of
the paragraph following.

Change-Id: I27dc0474f18892c34ee2514ea6d5070dae29424f
Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
2019-05-24 15:37:05 +02:00

777 B

The CommonMark Specification is the conservative formal specification of the Markdown format, while GitHub Flavored Markdown adds extra features such as task lists and tables.

Qt owes thanks to the authors of the MD4C parser for making markdown import possible. The QTextMarkdownWriter class does not have such dependencies, and also has not yet been tested as extensively, so we do not yet guarantee that we are able to rewrite every Markdown document that you are able to read and display with Text or QTextEdit. But you are free to write bugs about any troublesome cases that you encounter.