From d6e75145e54854484f2114398ff89787d243608a Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 5 Feb 2026 10:50:12 +0100 Subject: feat(markdown): interprate callout --- markdown/lexer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'markdown/lexer_test.go') diff --git a/markdown/lexer_test.go b/markdown/lexer_test.go index 5736b2a..57f8606 100644 --- a/markdown/lexer_test.go +++ b/markdown/lexer_test.go @@ -30,7 +30,7 @@ func TestLex(t *testing.T) { } lxs = lex(`> [!NOTE] title > hey`, opt) - if lxs.String() != `Lexers[quote(>) literal( ) callout([!) literal(NOTE) callout(]) literal( title) break({\n}) quote(>) literal( hey) ]` { + if lxs.String() != `Lexers[quote(>) callout([!) literal(NOTE) callout(]) literal( title) break({\n}) quote(>) literal( hey) ]` { t.Errorf("invalid lex, got %s", lxs) } } -- cgit v1.2.3