chore: tweak link checks

This commit is contained in:
Steven 2024-01-28 07:04:35 +08:00
parent 887903b66b
commit 11dd23f59b

View file

@ -39,7 +39,7 @@ func (*BlockquoteParser) Match(tokens []*tokenizer.Token) (ast.Node, int) {
children = append(children, nodes[0]) children = append(children, nodes[0])
size += len(row) size += len(row)
if index != len(contentRows)-1 { if index != len(contentRows)-1 {
size += 1 // NewLine. size++ // NewLine.
} }
} }