canonical / canonical/documentation-builder
Spacing needed after foldout
Open
Priority: Low
Status: Triaged
- Dominant language
- HTML
- Stars
- 7
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
If a foldout is not followed by another foldout then a blank line should be inserted after it. Otherwise you get text stuck to the foldout when it is folded.
```
Example #1
> foldout1
[add blank line]
text
```
```
Example #2
> foldout1
> foldout2
[add blank line]
text
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.