jgm / pandoc

Universal markup converter
https://pandoc.org
Other
34.58k stars 3.38k forks source link

Jira: First Bulleted List in Table Breaks Output Table #9684

Open KalvinGuhring opened 6 months ago

KalvinGuhring commented 6 months ago

While trying to use data from Jira, I have encountered an issue where the first bulleted list in a table will cause the output document to break out of a table, then add the bulleted list and remaining content of the row as plain text, then return to the table if there are more rows after that.

Bulleted lists in consequent rows are handled as expected.

See example here

The issue is seen across multiple output types; I've explicitly tested native, and asciidoc output types.

@tarleb, do you perhaps have any insight as to why bulleted lists are being handled this way?

tarleb commented 6 months ago

That's quite unexpected; I'll need to take a closer look.