mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-08 13:45:21 +00:00
Render pre tags to support admonitions
This commit is contained in:
parent
51edb4b55c
commit
aadc872137
@ -14,6 +14,9 @@
|
|||||||
MathJax = {
|
MathJax = {
|
||||||
tex: {
|
tex: {
|
||||||
inlineMath: [["$", "$"]]
|
inlineMath: [["$", "$"]]
|
||||||
|
},
|
||||||
|
options: {
|
||||||
|
skipHtmlTags: {'[-]': ['pre']}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user