Fixed code wrapping, bumped to v14

This commit is contained in:
Magnus Åhall 2026-06-07 12:25:27 +02:00
parent 541b0b1f17
commit 98270b677b
2 changed files with 2 additions and 1 deletions

View file

@ -23,7 +23,7 @@ import (
"text/template"
)
const VERSION = "v13"
const VERSION = "v14"
const CONTEXT_USER = 1
const SYNC_PAGINATION = 200

View file

@ -70,6 +70,7 @@
border: 1px solid #ccc;
padding: 8px;
border-radius: 4px;
white-space: pre-wrap;
code {
border: unset;