We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b289d14 commit b67f650Copy full SHA for b67f650
docs/assets/js/hljs.js
@@ -1,3 +1,3 @@
1
-document.addEventListener('DOMContentLoaded', (event) => {
+window.document$.subscribe(() => {
2
hljs.highlightAll();
3
});
0 commit comments