Clarify empty space formatting (#22294)

This commit is contained in:
Sam Pfluger 2024-09-22 15:23:51 -05:00 committed by GitHub
parent 2d90b7f35b
commit 85a8cb9b6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1359,10 +1359,10 @@ Each heading needs two lines of empty space separating it from the previous sect
```
...previous content.
<!-- Empty space -->
<!-- Empty space -->
### New heading
<!-- Empty space -->
Related content...
```