commit 459371f81d5ffba7d282625751346b4eb7fa7f40 parent 82b13c6720a3f46beabd63bcb887e31d5c76c08e Author: Peter Kosyh <p.kosyh@gmail.com> Date: Sat, 13 Mar 2021 21:52:02 +0300 extra ` removed Diffstat:
| M | ii-gemini/main.go | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ii-gemini/main.go b/ii-gemini/main.go @@ -62,7 +62,7 @@ func gemini(f io.Writer, m *ii.Msg) { l = strings.Replace(l, "\r", "", -1) if pre { if l == "====" { - l = "````" + l = "```" pre = false } } else if xpm {