Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.5.0 Beta3
-
None
Description
See the TODO in tst_QTextMarkdownWriter::testWriteNumericListWithStart(): we end up with
2. ListItem 1 1) ListItem 2 1. ListItem 3 3. ListItem 4 2) ListItem 5 0. SecondList Item 0 1. SecondList Item 1
and when we re-read it, the parser will smash ListItem 5 into ListItem 4. (In addition to having list numbering that cannot be preserved by the parser... that is unavoidable)
Adding a newline after each item might be a bit excessive though, and might have other consequences... not sure.
Attachments
Issue Links
- relates to
-
QTBUG-104997 markdown writer doesn't correctly write blockquotes containing lists
- Reported
-
QTBUG-92445 Markdown smashes nested formatting inside lists
- Closed
-
QTBUG-111337 Text incorrectly renders bullet list points after a link
- Closed
-
QTBUG-80603 markdown writer: code blocks and adjacent list items get merged and word-wrapped
- Closed
-
QTBUG-65384 QTextList: need API to set the starting number
- Closed
-
QTBUG-75589 need QTextList::parentList() API; associate continuation paragraphs with list items
- Reported