diff --git a/doc-build/md033.md b/doc-build/md033.md
index 09544fb9..583ab668 100644
--- a/doc-build/md033.md
+++ b/doc-build/md033.md
@@ -10,13 +10,11 @@ To fix this, use 'pure' Markdown instead of including raw HTML:
# Markdown heading
```
-Discussions of parameters are usually in paragraph form. What about:
-
To allow specific HTML elements anywhere in Markdown content, set the
-`allowed_elements` parameter to a list of HTML element names. To allow
-a specific set of HTML elements within Markdown tables, set the
-`table_allowed_elements` to a list of HTML element names. This can be
-used to permit the use of `
` line breaks only within Markdown tables.
+`allowed_elements` parameter to a list of HTML element names. To allow a
+specific set of HTML elements within Markdown tables, set the
+`table_allowed_elements` parameter to a list of HTML element names. This can be
+used to permit the use of `
`-style line breaks only within Markdown tables.
Rationale: Raw HTML is allowed in Markdown, but this rule is included for
those who want their documents to only include "pure" Markdown, or for those
diff --git a/doc/Rules.md b/doc/Rules.md
index df56d4f0..7d9e31f0 100644
--- a/doc/Rules.md
+++ b/doc/Rules.md
@@ -1342,13 +1342,11 @@ To fix this, use 'pure' Markdown instead of including raw HTML:
# Markdown heading
```
-Discussions of parameters are usually in paragraph form. What about:
-
To allow specific HTML elements anywhere in Markdown content, set the
-`allowed_elements` parameter to a list of HTML element names. To allow
-a specific set of HTML elements within Markdown tables, set the
-`table_allowed_elements` to a list of HTML element names. This can be
-used to permit the use of `
` line breaks only within Markdown tables.
+`allowed_elements` parameter to a list of HTML element names. To allow a
+specific set of HTML elements within Markdown tables, set the
+`table_allowed_elements` parameter to a list of HTML element names. This can be
+used to permit the use of `
`-style line breaks only within Markdown tables.
Rationale: Raw HTML is allowed in Markdown, but this rule is included for
those who want their documents to only include "pure" Markdown, or for those
diff --git a/doc/md033.md b/doc/md033.md
index bc0ca7ad..e90fdb73 100644
--- a/doc/md033.md
+++ b/doc/md033.md
@@ -22,13 +22,11 @@ To fix this, use 'pure' Markdown instead of including raw HTML:
# Markdown heading
```
-Discussions of parameters are usually in paragraph form. What about:
-
To allow specific HTML elements anywhere in Markdown content, set the
-`allowed_elements` parameter to a list of HTML element names. To allow
-a specific set of HTML elements within Markdown tables, set the
-`table_allowed_elements` to a list of HTML element names. This can be
-used to permit the use of `
` line breaks only within Markdown tables.
+`allowed_elements` parameter to a list of HTML element names. To allow a
+specific set of HTML elements within Markdown tables, set the
+`table_allowed_elements` parameter to a list of HTML element names. This can be
+used to permit the use of `
`-style line breaks only within Markdown tables.
Rationale: Raw HTML is allowed in Markdown, but this rule is included for
those who want their documents to only include "pure" Markdown, or for those
diff --git a/test/snapshots/markdownlint-test-scenarios.mjs.snap b/test/snapshots/markdownlint-test-scenarios.mjs.snap
index b5463bf5..2ca761e7 100644
Binary files a/test/snapshots/markdownlint-test-scenarios.mjs.snap and b/test/snapshots/markdownlint-test-scenarios.mjs.snap differ