🐛 Fixed mathjax work scope exclude post footer
This commit is contained in:
parent
f955bcfa85
commit
edb57eea34
4
assets/js/third-party/others/math.js
vendored
4
assets/js/third-party/others/math.js
vendored
@ -14,9 +14,9 @@ NexT.plugins.others.math = function() {
|
||||
svg: {
|
||||
fontCache: 'global'
|
||||
},
|
||||
// 排除特定的HTML标签,避免渲染
|
||||
// 排除特定的HTML标签,避免过度渲染
|
||||
options: {
|
||||
skipHtmlTags: ["script", "noscript", "style", "textarea", "pre"],
|
||||
skipHtmlTags: ["script", "noscript", "style", "textarea", "pre", "footer"],
|
||||
}
|
||||
};
|
||||
`;
|
||||
|
Loading…
Reference in New Issue
Block a user