-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
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']
Metadata
Metadata
Assignees
Labels
No labels