Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--
202
-rw-r--r--
5197
-rw-r--r--
231
-rw-r--r--
764
-rw-r--r--
678
import { createHighlighter } from 'https://esm.sh/[email protected]'; const t = Object.freeze((await fetch("/icons/theme.json")).json()); const highlighter = await createHighlighter({ themes: [], langs: ["txt"] }); await highlighter.loadTheme(t); const o = document.getElementById('code-block'); const i = document.getElementById('contents'); o.innerHTML = (await highlighter.codeToHtml(i.innerText, { lang: "txt", theme: 'ayu-mirage' })).replaceAll( "font-style:italic", "font-family:'Cascadia Code NF Italic', 'Cascadia Code', italic", ); rder-[#333A45]">
generated by cgit (git 2.49.0) at 2026-03-01 15:44:21 +0700
problem? patch? question? complaint? email bend dot n on outlook