We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c884927 commit d4400cdCopy full SHA for d4400cd
docs/assets/js/hljs.js
@@ -1,3 +1,3 @@
1
-document.addEventListener('DOMContentLoaded', (event) => {
+window.document$.subscribe(() => {
2
hljs.highlightAll();
3
});
0 commit comments