]> Sergey Matveev's repositories - tofuproxy.git/commitdiff
Excess • v0.3.0
authorSergey Matveev <stargrave@stargrave.org>
Fri, 11 Aug 2023 13:05:20 +0000 (16:05 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 11 Aug 2023 13:16:55 +0000 (16:16 +0300)
rounds/gemini.go
version.go

index 219fdcb2f61f108d303002a32ad7a8913fa4c80a..96b77ee5931328c3bd8bda6078efbd2385dcd702 100644 (file)
@@ -251,10 +251,6 @@ func RoundGemini(
                                fmt.Fprintf(&buf, "<h3>%s</h3>\n", html.EscapeString(line[4:]))
                                continue
                        }
-                       if strings.HasPrefix(line, "* ") {
-                               fmt.Fprintf(&buf, "&bullet; %s\n", html.EscapeString(line[2:]))
-                               continue
-                       }
                        if strings.HasPrefix(line, "> ") {
                                fmt.Fprintf(
                                        &buf, "<blockquote><tt>%s</tt></blockquote>\n",
index 967d0758f7145fc2ecbc1d6f5e67db3e2349e740..a36c72a53655160f81e78c9c57291df62fe3d74c 100644 (file)
@@ -1,3 +1,3 @@
 package tofuproxy
 
-const Version = "0.2.0"
+const Version = "0.3.0"