1
0
forked from Rowland/EG
EG/Cesium-1.132/node_modules/markdownlint/doc/md035.md
2025-08-25 17:48:13 +08:00

607 B

MD035 - Horizontal rule style

Tags: hr

Aliases: hr-style

Parameters:

  • style: Horizontal rule style (string, default consistent)

This rule is triggered when inconsistent styles of horizontal rules are used in the document:

---

- - -

***

* * *

****

To fix this, use the same horizontal rule everywhere:

---

---

The configured style can ensure all horizontal rules use a specific string or it can ensure all horizontal rules match the first horizontal rule (consistent).

Rationale: Consistent formatting makes it easier to understand a document.