jdsteinbach / eleventy-plugin-toc

11ty plugin to generate a TOC from page content
61 stars 19 forks source link

Nested list is rendered as ol with "ul" option set to true #19

Closed darekkay closed 2 years ago

darekkay commented 3 years ago

When using { ul: true }, the first level list is being correctly rendered as <ul>. However, the nested lists are still using an <ol>:

image

Is this an expected behavior?

jdsteinbach commented 2 years ago

@darekkay This should be fixed now: ul / ol will be nested correctly. @MichaelSolati Thanks for the PR!