What version of starlight are you using?
0.38.4
What version of astro are you using?
6.1.9
What package manager are you using?
npm
What operating system are you using?
Windows
What browser are you using?
Edge
Describe the Bug
Found this discussion on Discord.
When a compact list is the last item within an expanded list (e.g. <Steps>), the list element does not have a bottom margin set.
<Steps>
1. This is the first step.
2. This is the second step.
- This is sub-step **a**.
- This is sub-step **b**.
- This is sub-step **c**.
3. This is the third step.
</Steps>
Actual Output
Expected Output
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-oapspcza?file=src%2Fcontent%2Fdocs%2Fguides%2Fexample.md
Solution
Would recommend removing the ol and ul exclusion here.
Addressed in #3862 with custom CSS.
Participation
What version of
starlightare you using?0.38.4
What version of
astroare you using?6.1.9
What package manager are you using?
npm
What operating system are you using?
Windows
What browser are you using?
Edge
Describe the Bug
Found this discussion on Discord.
When a compact list is the last item within an expanded list (e.g.
<Steps>), the list element does not have a bottom margin set.Actual Output
Expected Output
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-oapspcza?file=src%2Fcontent%2Fdocs%2Fguides%2Fexample.md
Solution
Would recommend removing theolandulexclusion here.Addressed in #3862 with custom CSS.
Participation