all repos — flounder @ 962e334ad537a603c9a4bc45542f68d3288b2ff5

A small site builder for the Gemini protocol

Close blockquotes at end of file
alex wennerberg alex@alexwennerberg.com
Tue, 09 Feb 2021 14:30:49 -0800
commit

962e334ad537a603c9a4bc45542f68d3288b2ff5

parent

b2d160dd66da30ee197256854fb4c96bb0262198

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M gmi2html.gogmi2html.go

@@ -122,6 +122,9 @@ }

if list { fmt.Fprint(&b, "</ul>\n") } + if quote { + fmt.Fprint(&b, "</blockquote>\n") + } return ConvertedGmiDoc{ b.String(), title,