json-schema-for-humans
json-schema-for-humans copied to clipboard
jinja_filters.py: Add escaping for unsafe input.
E.g. if the description contains <html> tags this leads to issues.
markupsafe.escape() was the first HTML escaper to pop up, so I went with that.