Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unbalanced quotes in table leads to error #32

Open
jakemonO opened this issue Jan 19, 2022 · 2 comments
Open

unbalanced quotes in table leads to error #32

jakemonO opened this issue Jan 19, 2022 · 2 comments

Comments

@jakemonO
Copy link

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 |

@aalmiray
Copy link
Collaborator

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.

@jakemonO
Copy link
Author

jakemonO commented Jan 20, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants