Skip to content

Commit

Permalink
docs: fix hljs init
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Dec 22, 2023
1 parent f347519 commit b444af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/assets/js/hljs.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
document.addEventListener('DOMContentLoaded', (event) => {
window.document$.subscribe(() => {
hljs.highlightAll();
});

0 comments on commit b444af1

Please sign in to comment.