carpentries / carpentries/workbench
Nested lists render incorrectly inside of tab sets
Open
bug
- Dominant language
- HTML
- Stars
- 20
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Nested lists are not rendering correctly for me inside of tab sets.
For example, the following tab set (which only has one tab, but the problem also happens with multiple tabs)
```markdown
Some introductory text
::: tab
### the name of a tab
1. A
1. B
1. C
1. D
1. E
1. F
:::
Some text which follows
```
renders as

Note that the inner level items are printed above the full nested list in this output.
The same nested list renders correctly outside of tab sets.
I am running sandpaper 0.16.12 / pandoc 3.1.3.
Contributor guide
Assessment
This issue has not been assessed yet.