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.
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?