diff --git a/docs/src/docPages/api/extensions/horizontal-rule.md b/docs/src/docPages/api/extensions/horizontal-rule.md
index 616ada6e..0724119d 100644
--- a/docs/src/docPages/api/extensions/horizontal-rule.md
+++ b/docs/src/docPages/api/extensions/horizontal-rule.md
@@ -1,7 +1,7 @@
# HorizontalRule
Use this extension to render a `
` HTML tag. If you pass `` in the editor’s initial content, it’ll be rendered accordingly.
-Type `---` (three dashes) or `___ ` (three underscores and a space) at the beginning of a new line and it will be magically transformed to a horizontal rule.
+Type three dashes (`---`) or three underscores and a space (`___ `) at the beginning of a new line and it will be magically transformed to a horizontal rule.
## Options
| Option | Type | Default | Description |
@@ -21,47 +21,3 @@ Type `---` (three dashes) or `___ ` (three underscores and a space) at the begin
## Usage
-
-## Usage
-```markup
-
-
-
-
-
-
-
-
-
-
-
-```
\ No newline at end of file
diff --git a/docs/src/links.yaml b/docs/src/links.yaml
index 88e76cc3..05fd4385 100644
--- a/docs/src/links.yaml
+++ b/docs/src/links.yaml
@@ -142,7 +142,6 @@
link: /api/extensions/history
- title: HorizontalRule
link: /api/extensions/horizontal-rule
- draft: true
- title: Italic
link: /api/extensions/italic
- title: Link