Divider
A horizontal rule. Use standard Markdown --- on its own line. There is no divider: keyword — this is handled entirely by Markdown.
Usage
## Section one
Some content here.
---
## Section two
More content here.
Inside cards
--- works inside card: and other container elements:
card:
## Profile
Full name here.
---
email input: Email...
blue primary button: Save
Notes
- Must be on its own line with blank lines before and after to be parsed as
<hr>. - Renders with the wireframe border style:
1px solid var(--fd-border).