option to keep original attribute quotes for inlining JSON at runtime
Open
- Dominant language
- JavaScript
- Stars
- 5k
- Forks
- 577
- PR merge metrics
- No merged PRs in 30d
Description
By default all quotes are replaced by `"`.
It would be great if a e.g. `keepOriginalQuoting` could be specified to avoid breaking inlining JSON at runtime.
**input:**
```ejs
```
**output:**
```html
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.