Render pre tags to support admonitions

This commit is contained in:
Ole Eskild Steensen 2022-03-15 16:02:41 +01:00 committed by GitHub
parent 51edb4b55c
commit aadc872137
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,9 @@
MathJax = {
tex: {
inlineMath: [["$", "$"]]
},
options: {
skipHtmlTags: {'[-]': ['pre']}
}
};
</script>