vantagedesign / ace-documentation

A free documentation theme for Hugo, powered by Bootstrap 4. Repsonsive, search, code highlighting and more.
https://docs.vantage-design.com/ace/
MIT License
103 stars 75 forks source link

Fix potential JSON encoding issues #23

Closed sumpfralle closed 3 years ago

sumpfralle commented 3 years ago

Previous HTML-escapsing was used. But this would fail for different special characters (e.g. single quotes). Use "jsonify" for proper formatting instead.

julianflapper commented 3 years ago

Looks good, thanks for this contribution!