filter list type
This commit is contained in:
parent
83b69a1b83
commit
6a6f6e6373
@ -9,8 +9,8 @@ start: _N* block ( _N+ block )+ _N*
|
|||||||
| orphan_tag
|
| orphan_tag
|
||||||
| SEPARATOR -> hr
|
| SEPARATOR -> hr
|
||||||
|
|
||||||
list: unordered_list
|
?list: unordered_list
|
||||||
| ordered_list
|
| ordered_list
|
||||||
|
|
||||||
unordered_list: ( _HYPHEN_STAR list_element _N )+ -> ul
|
unordered_list: ( _HYPHEN_STAR list_element _N )+ -> ul
|
||||||
ordered_list: ( _HYPHEN_HASH list_element _N )+ -> ol
|
ordered_list: ( _HYPHEN_HASH list_element _N )+ -> ol
|
||||||
|
Loading…
Reference in New Issue
Block a user