mirror of
https://github.com/usememos/memos.git
synced 2024-12-26 23:22:47 +08:00
chore: tweak link checks
This commit is contained in:
parent
887903b66b
commit
11dd23f59b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ func (*BlockquoteParser) Match(tokens []*tokenizer.Token) (ast.Node, int) {
|
|||
children = append(children, nodes[0])
|
||||
size += len(row)
|
||||
if index != len(contentRows)-1 {
|
||||
size += 1 // NewLine.
|
||||
size++ // NewLine.
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue