From a65b9cb6b2c7dc7b48b8076d5e463776f1de0cf1 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sun, 14 Dec 2025 18:05:35 +0100 Subject: feat(markdown): custom replacer --- markdown/ast_list_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'markdown/ast_list_test.go') diff --git a/markdown/ast_list_test.go b/markdown/ast_list_test.go index f33a229..210a83a 100644 --- a/markdown/ast_list_test.go +++ b/markdown/ast_list_test.go @@ -27,7 +27,7 @@ var expected = ` ` func TestList(t *testing.T) { - lxs := lex(rw) + lxs := lex(rw, new(Option)) tree, err := ast(lxs) if err != nil { t.Fatal(err) -- cgit v1.2.3