pavittarx / editorjs-html

A javascript library to parse editorjs clean data to html. It is adaptable and usable in all kind of projects.
https://runkit.com/pavittarx/editorjs-html-example
MIT License
331 stars 61 forks source link

Nesting List: Nested <ol> and <ul> should be child of <li> tag #50

Closed karloku closed 9 months ago

karloku commented 1 year ago

This PR fix the issue mentioned in #49 .

As the issue addressed, nested <ol> and <ul> should be child of <li>, not sibling.

enchorb commented 9 months ago

@pavittarx can we get this merged