Fixed code wrapping, bumped to v14
This commit is contained in:
parent
541b0b1f17
commit
98270b677b
2 changed files with 2 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -23,7 +23,7 @@ import (
|
|||
"text/template"
|
||||
)
|
||||
|
||||
const VERSION = "v13"
|
||||
const VERSION = "v14"
|
||||
const CONTEXT_USER = 1
|
||||
const SYNC_PAGINATION = 200
|
||||
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@
|
|||
border: 1px solid #ccc;
|
||||
padding: 8px;
|
||||
border-radius: 4px;
|
||||
white-space: pre-wrap;
|
||||
|
||||
code {
|
||||
border: unset;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue