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
Is your feature request related to a problem? Please describe.
When using either double or single quotes in json, the quotes are resolved to "smart" quotes in the rendered pdf file.
Describe the solution you'd like
Do not render quotes as smart quotes.
Describe alternatives you've considered
I am not aware of any alternatives but would love to hear suggestions.
Additional context
As an example: "test" in json becomes ”test” in the rendered pdf.
Thanks again!
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the great project.
Is your feature request related to a problem? Please describe.
When using either double or single quotes in json, the quotes are resolved to "smart" quotes in the rendered pdf file.
Describe the solution you'd like
Do not render quotes as smart quotes.
Describe alternatives you've considered
I am not aware of any alternatives but would love to hear suggestions.
Additional context
As an example:
"test"
in json becomes”test”
in the rendered pdf.Thanks again!
The text was updated successfully, but these errors were encountered: