mirror of
https://github.com/multipleof4/sune.git
synced 2026-03-17 03:01:03 +00:00
This build was committed by a bot.
This commit is contained in:
@@ -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: false }).use(mathjax3);
|
||||
const md = window.markdownit({ html: false, linkify: true, typographer: true, breaks: true }).use(mathjax3);
|
||||
const getSuneLabel = (m) => {
|
||||
const name = m && m.sune_name || SUNE.name, modelShort = getModelShort(m && m.model);
|
||||
return `${name} · ${modelShort}`;
|
||||
Reference in New Issue
Block a user