File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/src/markdown/extensions Expand file tree Collapse file tree 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
88hashes (` # ` ) in order to be recognized as headers. This allows for other extension syntaxes to use ` # ` in their syntaxes
99as long as no spaces follow the ` # ` at the beginning of a line. For instance,
1010[ 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
1212SaneHeaders, these syntaxes can coexist. Those familiar with CommonMark may recognize this behavior.
1313
1414``` py3
You can’t perform that action at this time.
0 commit comments