Basic Syntax / Horizontal Rules
Horizontal Rules
Use horizontal rules to create visual separation between content.
Basic Syntax
To create a horizontal rule, place three or more asterisks, dashes, or underscores on their own line:
---
***
___ Preview
Using three dashes (---):
Using three asterisks (***):
Using three underscores (___):
Best Practices
- Leave blank lines before and after horizontal rules to avoid being interpreted as headings
- Pick one symbol and stay consistent
- Don't add spaces or other characters to horizontal rules
Comments
Comments are currently unavailable.
Enable GitHub Discussions for this repository and complete the giscus configuration to turn comments on.