From f0899429d56849f8cdf58f53a8232e4433f6725e Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 2 Oct 2025 10:23:52 +0200 Subject: feat(markdown): support escape --- mardown/ast_paragraph.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'mardown/ast_paragraph.go') 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 == "!" { -- cgit v1.2.3