From 07e4b90f7d90f2b6c61ed464dee64409a538f3f0 Mon Sep 17 00:00:00 2001 From: arterm-sedov <66188814+arterm-sedov@users.noreply.github.com> Date: Sun, 19 Mar 2023 16:27:52 +0300 Subject: [PATCH] Corrected a typo: "be" missing (#1991) Original text: There _may extensions_ that use names after hashes Corrected text: There may **be** extensions that use names after hashes --- docs/src/markdown/extensions/saneheaders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/markdown/extensions/saneheaders.md b/docs/src/markdown/extensions/saneheaders.md index 052df0c2f..3b10fa458 100644 --- a/docs/src/markdown/extensions/saneheaders.md +++ b/docs/src/markdown/extensions/saneheaders.md @@ -8,7 +8,7 @@ SaneHeaders is an extension that alters the default hashed headers extension to hashes (`#`) in order to be recognized as headers. This allows for other extension syntaxes to use `#` in their syntaxes as long as no spaces follow the `#` at the beginning of a line. For instance, [MagicLink's issue syntax](./magiclink.md#issues-and-pull-requests) issue syntax uses hashes followed by numbers -(`#998`) to represent issue links. There may extensions that use names after hashes to provide tags (`#tag`). With +(`#998`) to represent issue links. There may be extensions that use names after hashes to provide tags (`#tag`). With SaneHeaders, these syntaxes can coexist. Those familiar with CommonMark may recognize this behavior. ```py3