mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
28 lines
191 B
Markdown
28 lines
191 B
Markdown
# HR Style Custom
|
|
|
|
Text
|
|
|
|
---
|
|
{MD035:5}
|
|
|
|
Text
|
|
|
|
- - -
|
|
{MD035:10}
|
|
|
|
Text
|
|
|
|
- - -
|
|
|
|
Text
|
|
|
|
***
|
|
{MD035:19}
|
|
|
|
Text
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"hr-style": {
|
|
"style": "- - -"
|
|
}
|
|
} -->
|