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

Renders Special Characters Incorrectly #84

Open
esteininger opened this issue Jan 25, 2024 · 0 comments
Open

Renders Special Characters Incorrectly #84

esteininger opened this issue Jan 25, 2024 · 0 comments

Comments

@esteininger
Copy link

When rendering arrays, the output includes special HTML characters (like ') instead of the expected characters (like an apostrophe '). This issue affects the readability and correctness of the rendered content.

sample input:

['financial upside', 'financial stability', 'profitable sustainable growth', 'work-life balance', 'parent-friendly']

sample output:

['financial upside', 'financial stability', 'profitable sustainable growth', 'work-life balance', 'parent-friendly']

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

1 participant