Skip to content

Carriage returns created at end of cells in tables in ICML files #2501

Closed
adamjrice opened this Issue · 1 comment

2 participants

@adamjrice

When converting to ICML from any flavor of markdown table, an unnecessary carriage return is appended to the contents of each cell

@mb21

That's due to the ICML writer inserting a linebreak after every ParagraphStyleRange, instead of interspersing them in-between. I should be able to fix this eventually, but takes quite a few changes and I don't have time this week...

@mb21 mb21 added a commit to mb21/pandoc that referenced this issue
@mb21 mb21 ICML writer: intersperse line breaks
instead of appending them to every ParagraphStyleRange
closes #2501
1ead1f3
@jgm jgm closed this in #2593
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.