mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-06 04:35: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>
|
||||
MathJax = {
|
||||
MathJax = {
|
||||
tex: {
|
||||
inlineMath: [["$", "$"]]
|
||||
},
|
||||
options: {
|
||||
skipHtmlTags: {'[-]': ['pre']}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user