forked from eggy/eifueo
setup: test markdown features
This commit is contained in:
parent
5668ffc47c
commit
dede6e1113
@ -1,3 +1,9 @@
|
|||||||
# Eifueo
|
# Eifueo
|
||||||
|
|
||||||
Home!
|
Home!
|
||||||
|
|
||||||
|
Testing math rendering: \(a^2+b^2=c^2\)
|
||||||
|
|
||||||
|
| Tables | too! |
|
||||||
|
| --- | --- |
|
||||||
|
| yeet | no yeet |
|
||||||
|
15
mkdocs.yml
15
mkdocs.yml
@ -3,3 +3,18 @@ nav:
|
|||||||
- Home: index.md
|
- Home: index.md
|
||||||
- G11 SL Physics: sph3u7.md
|
- G11 SL Physics: sph3u7.md
|
||||||
theme: readthedocs
|
theme: readthedocs
|
||||||
|
markdown_extensions:
|
||||||
|
- mdx_math:
|
||||||
|
add_preview: True
|
||||||
|
|
||||||
|
#extra_css: [
|
||||||
|
# 'https://cdn.jsdelivr.net/npm/katex/dist/katex.min.css'
|
||||||
|
#]
|
||||||
|
|
||||||
|
extra_javascript: [
|
||||||
|
# 'https://cdn.jsdelivr.net/npm/katex/dist/katex.min.js',
|
||||||
|
# 'https://cdn.jsdelivr.net/npm/katex/dist/contrib/mathtex-script-type.min.js'
|
||||||
|
#]
|
||||||
|
'https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js',
|
||||||
|
'mathjax-config.js'
|
||||||
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user