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;