diff options
Diffstat (limited to 'markdown')
| -rw-r--r-- | markdown/ast_paragraph.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/markdown/ast_paragraph.go b/markdown/ast_paragraph.go index 8b34e9f..8590c3e 100644 --- a/markdown/ast_paragraph.go +++ b/markdown/ast_paragraph.go @@ -85,7 +85,6 @@ func paragraph(lxs *lexers, oneLine bool) (*astParagraph, *ParseError) { return nil, err } tree.content = append(tree.content, b) - return tree, nil } } if !lxs.Finished() { |
