diff --git a/contrib/backends/srndv2/src/srnd/markup.go b/contrib/backends/srndv2/src/srnd/markup.go index 7e0808f..92bb1f1 100644 --- a/contrib/backends/srndv2/src/srnd/markup.go +++ b/contrib/backends/srndv2/src/srnd/markup.go @@ -80,6 +80,10 @@ func formatline(line, prefix string) (markup string) { markup += "" markup += escapeline(line) markup += "" + } else if strings.HasPrefix(line_nospace, "<") { + markup += "" + markup += escapeline(line) + markup += "" } else { // regular line // for each word diff --git a/contrib/static/krane.css b/contrib/static/krane.css index 4e06a0b..7ead93b 100644 --- a/contrib/static/krane.css +++ b/contrib/static/krane.css @@ -425,3 +425,7 @@ background-image: url('/static/blackface.png'); background-size: 25%; background-repeat: repeat; } + +.fagarrows { + color: #E0727F; +} diff --git a/contrib/static/site.css b/contrib/static/site.css index 57c100e..594af7a 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -819,3 +819,7 @@ th > label { opacity:0.66; font-size:80%; } + + .fagarrows { + color: #E0727F; + }