aboutsummaryrefslogtreecommitdiff
path: root/mardown/ast_paragraph.go
diff options
context:
space:
mode:
Diffstat (limited to 'mardown/ast_paragraph.go')
-rw-r--r--mardown/ast_paragraph.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/mardown/ast_paragraph.go b/mardown/ast_paragraph.go
index 2e8895d..ee71794 100644
--- a/mardown/ast_paragraph.go
+++ b/mardown/ast_paragraph.go
@@ -64,9 +64,6 @@ func paragraph(lxs *lexers, oneLine bool) (*astParagraph, error) {
return nil, err
}
tree.content = append(tree.content, mod)
- case lexerEscape:
- n = 0
- //TODO: handle
case lexerExternal:
n = 0
if lxs.Current().Value == "!" {