[docs] switch generated docs to MkDocs
This commit is contained in:
parent
5e95d66a7e
commit
a82eb5858a
54 changed files with 350 additions and 2000 deletions
19
docs/javascripts/mathjax.js
Normal file
19
docs/javascripts/mathjax.js
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
window.MathJax = {
|
||||
loader: {
|
||||
load: ["input/tex-full", "output/chtml"]
|
||||
},
|
||||
tex: {
|
||||
processEscapes: true,
|
||||
processEnvironments: true
|
||||
},
|
||||
options: {
|
||||
ignoreHtmlClass: ".*|",
|
||||
processHtmlClass: "arithmatex"
|
||||
}
|
||||
};
|
||||
|
||||
document$.subscribe(() => {
|
||||
MathJax.typesetPromise?.(
|
||||
document.querySelectorAll(".arithmatex")
|
||||
).catch((error) => console.error(error));
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue