This build was committed by a bot.

This commit is contained in:
github-actions[bot]
2026-02-16 16:31:24 +00:00
parent ffa7e80d0c
commit fdb49a8ef3
3 changed files with 5 additions and 6 deletions

View File

@@ -528,7 +528,7 @@ function enhanceCodeBlocks(root, doHL = true) {
if (doHL && window.hljs && code.textContent.length < 1e5) hljs.highlightElement(code);
});
}
const md = window.markdownit({ html: false, linkify: true, typographer: true, breaks: true }).use(window.markdownItKatex);
const md = window.markdownit({ html: false, linkify: true, typographer: true, breaks: true });
const getSuneLabel = (m) => {
const name = m && m.sune_name || SUNE.name, modelShort = getModelShort(m && m.model);
return `${name} · ${modelShort}`;