From e1d9ecaf910943e480735dfa1e45331aa852abdf Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 10 Sep 2020 14:40:49 +0200 Subject: [PATCH] clean up the horizontal rule page --- .../api/extensions/horizontal-rule.md | 46 +------------------ docs/src/links.yaml | 1 - 2 files changed, 1 insertion(+), 46 deletions(-) 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