Ajoute js custom du parser MD en local

This commit is contained in:
Alexis Fourmaux 2025-11-26 23:44:29 +01:00
parent 292da982f2
commit 8f130d6535
3 changed files with 33 additions and 0 deletions

15
.crossnote/config.js Normal file
View file

@ -0,0 +1,15 @@
({
katexConfig: {
"macros": {}
},
mathjaxConfig: {
"tex": {},
"options": {},
"loader": {}
},
mermaidConfig: {
"startOnLoad": false
},
})