commit 73804367c73c227d2f61e09ff309d28902cbf3ec
parent af930144cf5e349976ad7e5ced8fbda7f9f7ac55
Author: Peter Kosyh <p.kosyh@gmail.com>
Date: Sat, 13 Mar 2021 18:53:56 +0000
Merge branch 'master' of https://github.com/gl00my/ii-go
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
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 {
@@ -96,8 +96,6 @@ func gemini(f io.Writer, m *ii.Msg) {
for _, v := range links {
fmt.Fprintln(f, v)
}
- fmt.Fprintln(f, "")
- fmt.Fprintf(f, "=> https://hugeping.tk/"+m.MsgId + " Ссылка на статью на станции ping\n")
}
func str_esc(l string) string {