Fix style
1 files changed, 1 insertions(+), 2 deletions(-) M pkg/gparse/gparse.go
M pkg/gparse/gparse.go => pkg/gparse/gparse.go +1 -2
@@ 120,8 120,7 @@ func ParseGemtext(text string, base *url.URL) (result Page) { } if !inPre { preText = "" - } - if inPre { + } else { // we're trying not to index ascii art, but do index normal text // in a pre block if looksLikeText(preText) {