metanorma / coradoc

Coradoc is the Core AsciiDoc Parser used by Metanorma
MIT License
1 stars 2 forks source link

reverse_adoc: Regression: nested lists generate a bogus list item #96

Closed hmdne closed 3 weeks ago

hmdne commented 3 weeks ago
[user@localhost coradoc]# bundle exec reverse_adoc <<< "<ul><li>test</li><ul><li>test</li></ul></ul>"
* test
* 

** test
[user@localhost coradoc]# 

Before it was:

* test

** test