File tree 1 file changed +1
-1
lines changed
docs/src/markdown/extensions
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ SaneHeaders is an extension that alters the default hashed headers extension to
8
8
hashes (` # ` ) in order to be recognized as headers. This allows for other extension syntaxes to use ` # ` in their syntaxes
9
9
as long as no spaces follow the ` # ` at the beginning of a line. For instance,
10
10
[ MagicLink's issue syntax] ( ./magiclink.md#issues-and-pull-requests ) issue syntax uses hashes followed by numbers
11
- (` #998 ` ) to represent issue links. There may extensions that use names after hashes to provide tags (` #tag ` ). With
11
+ (` #998 ` ) to represent issue links. There may be extensions that use names after hashes to provide tags (` #tag ` ). With
12
12
SaneHeaders, these syntaxes can coexist. Those familiar with CommonMark may recognize this behavior.
13
13
14
14
``` py3
You can’t perform that action at this time.
0 commit comments