diff --git a/code/websites/pokedex.online/src/directives/highlight.js b/code/websites/pokedex.online/src/directives/highlight.js index 984d471..aa7a4cc 100644 --- a/code/websites/pokedex.online/src/directives/highlight.js +++ b/code/websites/pokedex.online/src/directives/highlight.js @@ -11,7 +11,7 @@ import json from 'highlight.js/lib/languages/json'; hljs.registerLanguage('json', json); // Configure highlight.js to suppress HTML warnings (our content is safe/internal) -hljs.configure({ +hljs.configure({ ignoreUnescapedHTML: true });