Close blockquotes at end of file
alex wennerberg alex@alexwennerberg.com
Tue, 09 Feb 2021 14:30:49 -0800
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
gmi2html.go
→
gmi2html.go
@@ -122,6 +122,9 @@ }
if list { fmt.Fprint(&b, "</ul>\n") } + if quote { + fmt.Fprint(&b, "</blockquote>\n") + } return ConvertedGmiDoc{ b.String(), title,