feat: update list node parsing

This commit is contained in:
PoiScript 2023-11-16 18:50:33 +08:00
parent ed987d468a
commit b7ddc0f076
No known key found for this signature in database
GPG key ID: 22C2B1249D99985E
10 changed files with 411 additions and 242 deletions

View file

@ -58,13 +58,9 @@ fn list() {
"#).to_html(),
@r###"
<main><section><ul><li><p>1
</p></li><li><p>2
</p><ul><li><p>3
</p></li><li><p>4
</p></li></ul></li><li><p>5
</p></li></ul></section></main>
"###