fix the farkup bug
parent
ef1e4d5aa0
commit
3105395937
|
@ -154,3 +154,6 @@ link-no-follow? off
|
||||||
|
|
||||||
[ "\n<ul><li> a</li>\n</ul><hr/>" ]
|
[ "\n<ul><li> a</li>\n</ul><hr/>" ]
|
||||||
[ "\n- a\n___" convert-farkup ] unit-test
|
[ "\n- a\n___" convert-farkup ] unit-test
|
||||||
|
|
||||||
|
[ "<p>hello_world how are you today?\n<ul><li> hello_world how are you today?</li></ul></p>" ]
|
||||||
|
[ "hello_world how are you today?\n- hello_world how are you today?" convert-farkup ] unit-test
|
||||||
|
|
|
@ -117,7 +117,7 @@ paragraph = ((paragraph-item paragraph-nl-item)+ nl+ => [[ first ]]
|
||||||
=> [[ paragraph boa ]]
|
=> [[ paragraph boa ]]
|
||||||
|
|
||||||
|
|
||||||
list-item = (cell | inline-tag)*
|
list-item = (cell | inline-tag | inline-delimiter)*
|
||||||
|
|
||||||
ordered-list-item = '#' list-item
|
ordered-list-item = '#' list-item
|
||||||
=> [[ second list-item boa ]]
|
=> [[ second list-item boa ]]
|
||||||
|
|
Loading…
Reference in New Issue