From c176f81dc60d558edfe626ac805a0173c12f317d Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 2 Oct 2025 11:05:30 +0200 Subject: feat(markdown): support * as unordered list --- mardown/ast_list_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mardown/ast_list_test.go') diff --git a/mardown/ast_list_test.go b/mardown/ast_list_test.go index 895e439..6736223 100644 --- a/mardown/ast_list_test.go +++ b/mardown/ast_list_test.go @@ -8,6 +8,7 @@ import ( var rw = ` - item A - item B +* item C 1. item 1 2. item 2 @@ -17,6 +18,7 @@ var expected = `
  1. item 1
  2. -- cgit v1.2.3