Commit 11dd23f5 authored by Steven's avatar Steven

chore: tweak link checks

parent 887903b6
...@@ -39,7 +39,7 @@ func (*BlockquoteParser) Match(tokens []*tokenizer.Token) (ast.Node, int) { ...@@ -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.
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment