feat: use ui and planty without build

This commit is contained in:
2026-04-20 19:45:10 +02:00
parent 7a3e9eb893
commit acdc582e95
4 changed files with 10 additions and 10 deletions

View File

@@ -54,8 +54,8 @@
/`(.+?)`/g,
'<code class="text-[11px] rounded px-1 font-mono" style="background: var(--color-layer-3); color: var(--color-text);">$1</code>'
)
.replaceAll(/\*/, '')
.replaceAll(/_/, '')
.replaceAll(/\*/g, '')
.replaceAll(/_/g, '')
.replaceAll(/\n+/g, '<br>');
}