Add Recipes, Degree Symbol

This commit is contained in:
Indigo5684
2025-09-30 13:19:25 -05:00
parent 22c976f914
commit daa904c2bc
7 changed files with 155 additions and 2 deletions

View File

@@ -1,11 +1,11 @@
window.MathJax = {
loader: {load: ['[tex]/physics']},
loader: {load: ['[tex]/physics', '[tex]/gensymb']},
tex: {
inlineMath: [["\\(", "\\)"], ["\\$", "\\$"]],
displayMath: [["\\[", "\\]"]],
processEscapes: true,
processEnvironments: true,
packages: {'[+]': ['physics']}
packages: {'[+]': ['physics', 'gensymb']}
},
options: {
ignoreHtmlClass: ".*|",