kordamp/markdown-gradle-plugin

unbalanced quotes in table leads to error

Opened this issue · 2 comments

if there are unbalanced quotes (&ldquo) in a table followed by balanced quotes again in another row the markdown converter gets confused. There shouldn't be any logic in this regard. (IMHO)

ex:
| label | author | | ---- | ---------- | | This is text with "balanced" quotes | Jake | | This is text with "unabalanced quotes | Steve | | This is text with "balanced" quotes | Jake | | This is text after everything | Jake |

I think there's no explicit handling of quotes on tables. You can however pass additional configuration to pegdown/remark to handle content/tables in the way that you need it.