setup: test markdown features

This commit is contained in:
eggy 2020-09-11 19:57:22 -04:00
parent 5668ffc47c
commit dede6e1113
2 changed files with 21 additions and 0 deletions

View File

@ -1,3 +1,9 @@
# Eifueo # Eifueo
Home! Home!
Testing math rendering: \(a^2+b^2=c^2\)
| Tables | too! |
| --- | --- |
| yeet | no yeet |

View File

@ -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'
]