You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Heading h1
2. Heading two h1
2.1 First H2
3. Third H1
3.0.1 First H3 (H2 is missing)
Then the output of the lib is
1. Heading h1
2. Heading two h1
2.1 First H2
3. Third H1
3.1 3.1.1 First H3 (H2 is missing)
Can I fix this just with an option?
My problem I guess is the "empty" li that is created and counts. It increments the leftout layer and gives the 1 instead of 0.
Hi @flaushi. I know it's been over 3.5 years since you submitted this issue, but I finally have some bandwidth to show this library some 💖.
I looked into this, and it is not possible to generate x.0.x-type items using strictly HTML (<ol>). I think your CSS solution is the only way to make it work.
Since this library doesn't manipulate CSS (only HTML), I feel like this out-of-scope, but we may be able to add some information to the documentation in case other people have this issue.
Assume I have a document like
Then the output of the lib is
Can I fix this just with an option?
My problem I guess is the "empty"
li
that is created and counts. It increments the leftout layer and gives the 1 instead of 0.My corresponding css does behave as I'd like:
The text was updated successfully, but these errors were encountered: