This build was committed by a bot.

This commit is contained in:
github-actions[bot]
2026-02-16 18:41:19 +00:00
parent f19d996ff5
commit eaf8a8b299
3 changed files with 3 additions and 3 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(mathjax3);
const md = window.markdownit({ html: false, linkify: true, typographer: true, breaks: false }).use(mathjax3);
const getSuneLabel = (m) => {
const name = m && m.sune_name || SUNE.name, modelShort = getModelShort(m && m.model);
return `${name} · ${modelShort}`;