From 98270b677b9e304c08d5bd5771c09e68309fd211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Sun, 7 Jun 2026 12:25:27 +0200 Subject: [PATCH] Fixed code wrapping, bumped to v14 --- main.go | 2 +- static/css/markdown.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index 66a8472..e852dd4 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,7 @@ import ( "text/template" ) -const VERSION = "v13" +const VERSION = "v14" const CONTEXT_USER = 1 const SYNC_PAGINATION = 200 diff --git a/static/css/markdown.css b/static/css/markdown.css index 631f578..e29ec9e 100644 --- a/static/css/markdown.css +++ b/static/css/markdown.css @@ -70,6 +70,7 @@ border: 1px solid #ccc; padding: 8px; border-radius: 4px; + white-space: pre-wrap; code { border: unset;