Files
pandoc/test
John MacFarlane 9312f1da1b RTF reader: support multi-paragraph list items.
The reader treated every list paragraph as a new list item, so a list
item containing several paragraphs was split into one item per
paragraph.  In the RTF list model a new item is marked by a
`{\listtext ...}` destination group; a list paragraph lacking one is a
continuation of the current item.

Track whether a `{\listtext}` group was seen (`sListText`) and, in
`emitBlocks`, append a continuation paragraph (no `\listtext`) to the
current item rather than starting a new one.

Adds a `list_multiparagraph` reader test.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-09 00:17:20 +02:00
..
2023-01-13 09:13:27 -08:00
2025-09-15 12:45:28 +02:00
2024-02-13 23:10:42 -08:00
2024-11-06 10:04:33 -08:00
2024-11-06 10:04:33 -08:00
2024-12-27 11:10:48 -08:00
2025-11-05 12:49:46 +01:00
2024-05-31 09:38:34 -06:00
2025-09-15 12:45:28 +02:00
2023-07-06 12:20:20 -07:00
2025-11-05 12:49:46 +01:00
2024-05-15 18:08:13 -07:00
2025-09-15 12:45:28 +02:00