aboutsummaryrefslogtreecommitdiff
path: root/mardown/ast_paragraph.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-10-02 10:23:52 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-10-02 10:23:52 +0200
commitf0899429d56849f8cdf58f53a8232e4433f6725e (patch)
tree263178bc1b9cdd435308c8d622ff7c864c09ff22 /mardown/ast_paragraph.go
parentce480a18b865acc21eb6c36dea8fc27b08061603 (diff)
feat(markdown): support escape
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 == "!" {