Several bug fixes (#984)

* Fix quick_sort.md

* Disable instant loading for mathjax rendering

* Fix the summary.md of chapter_sorting

* Two bug fixes
This commit is contained in:
Yudong Jin
2023-12-11 00:42:00 +08:00
committed by GitHub
parent b10091c5f9
commit 2e130d4bbc
6 changed files with 6 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ window.MathJax = {
options: {
ignoreHtmlClass: ".*|",
processHtmlClass: "arithmatex",
enableMenu: false,
},
};