From 0f8fdae0e4fe7f3b00de7dfdfdbbb5b8f5ded415 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Tue, 13 Jan 2026 11:02:57 +0300 Subject: Enha: single backtick style --- helpfuncs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'helpfuncs.go') diff --git a/helpfuncs.go b/helpfuncs.go index 0efed05..73f8fb0 100644 --- a/helpfuncs.go +++ b/helpfuncs.go @@ -62,6 +62,7 @@ func colorText() { // Step 2: Apply other regex styles to the non-code parts text = quotesRE.ReplaceAllString(text, `[orange::-]$1[-:-:-]`) text = starRE.ReplaceAllString(text, `[turquoise::i]$1[-:-:-]`) + text = singleBacktickRE.ReplaceAllString(text, "`[pink::i]$1[-:-:-]`") // text = thinkRE.ReplaceAllString(text, `[yellow::i]$1[-:-:-]`) // Step 3: Restore the styled code blocks from placeholders for i, cb := range codeBlocks { -- cgit v1.2.3