This build was committed by a bot.

This commit is contained in:
github-actions[bot]
2026-09-02 03:04:12 +00:00
parent 0d7264eb29
commit ded71012f4
3 changed files with 4 additions and 6 deletions

View File

@@ -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;