Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Feb 13, 2024
1 parent aac294f commit 55570b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/js/extra.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
document$.subscribe(() => {
hljs.highlightAll()
})
// document$.subscribe(() => {
// hljs.highlightAll()
// })
8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ markdown_extensions:
- attr_list
- md_in_html
- pymdownx.highlight:
use_pygments: false
use_pygments: true
# pygments_style: default
# pygments_lang_class: true
pygments_lang_class: true
anchor_linenums: true
line_spans: __span
- pymdownx.inlinehilite
Expand All @@ -95,14 +95,14 @@ markdown_extensions:

extra_css:
- css/extra.css
- "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/default.min.css" # highlight.js
# - "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/default.min.css" # highlight.js

extra_javascript:
- js/extra.js
- js/mathjax.js
- "https://polyfill.io/v3/polyfill.min.js?features=es6"
- "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"
- "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js" # highlight.js
# - "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js" # highlight.js

extra:
highlightjs: true
Expand Down

0 comments on commit 55570b1

Please sign in to comment.