mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-08 21:55:20 +00:00
Render pre tags to support admonitions
This commit is contained in:
parent
51edb4b55c
commit
aadc872137
@ -11,9 +11,12 @@
|
|||||||
|
|
||||||
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
||||||
<script>
|
<script>
|
||||||
MathJax = {
|
MathJax = {
|
||||||
tex: {
|
tex: {
|
||||||
inlineMath: [["$", "$"]]
|
inlineMath: [["$", "$"]]
|
||||||
|
},
|
||||||
|
options: {
|
||||||
|
skipHtmlTags: {'[-]': ['pre']}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user