mirror of
https://github.com/multipleof4/sune.git
synced 2026-09-18 03:25:44 +00:00
This build was committed by a bot.
This commit is contained in:
@@ -602,6 +602,7 @@ var md = window.md = window.markdownit({
|
||||
typographer: true,
|
||||
breaks: true
|
||||
}).use(mathjax3);
|
||||
md.linkify.set({ fuzzyLink: true });
|
||||
function enhanceCodeBlocks(root, doHL = true) {
|
||||
window.$(root).find("pre>code").each((i, code) => {
|
||||
if (code.textContent.length > 2e5) return;
|
||||
Reference in New Issue
Block a user