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 f347519 commit b444af1Copy full SHA for b444af1
docs/assets/js/hljs.js
@@ -1,3 +1,3 @@
1
-document.addEventListener('DOMContentLoaded', (event) => {
+window.document$.subscribe(() => {
2
hljs.highlightAll();
3
});
0 commit comments