You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 |
The text was updated successfully, but these errors were encountered:
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.
It may be an upstream issue. I see that there’s no explicit handling yet the fact remains that its an easily repeatable issue (try it!) Maybe I’ll cross post in remark if I can get around to isolating it there…
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 |
The text was updated successfully, but these errors were encountered: