File tree 1 file changed +5
-10
lines changed
1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,16 @@ markdown_extensions:
42
42
- footnotes
43
43
- attr_list
44
44
- md_in_html
45
+ - pymdownx.arithmatex :
46
+ generic : true
45
47
- pymdownx.snippets :
46
48
check_paths : true
47
49
- pymdownx.emoji :
48
50
emoji_index : !!python/name:material.extensions.emoji.twemoji
49
51
emoji_generator : !!python/name:material.extensions.emoji.to_svg
52
+ extra_javascript :
53
+ - javascripts/mathjax.js
54
+ - https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
50
55
nav :
51
56
- Overview : index.md
52
57
- Leaderboard : leaderboard.md
@@ -63,13 +68,3 @@ plugins:
63
68
repo_url : https://github.com/scicode-bench/website-draft
64
69
repo_name : sicode-bench/website-draft
65
70
edit_uri : edit/main/docs/
66
- document$.subscribe(({ body }) => {
67
- renderMathInElement(body, {
68
- delimiters : [
69
- { left: "$$", right: "$$", display: true },
70
- { left: "$", right: "$", display: false },
71
- { left: "\\(", right: "\\)", display: false },
72
- { left: "\\[", right: "\\]", display: true }
73
- ],
74
- })
75
- })
You can’t perform that action at this time.
0 commit comments