Skip to content

Commit caeb84f

Browse files
update custom anchor links section in heading syntax docs (#677)
1 parent e5a4f91 commit caeb84f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/syntax/headings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ You can also specify a custom anchor link using the following syntax.
8585

8686
```markdown
8787

88-
#### Heading [#custom-anchor]
88+
#### Heading [custom-anchor]
8989

9090
```
9191

9292
:::
9393

9494
:::{tab-item} Output
9595

96-
#### Heading [#custom-anchor]
96+
#### Heading [custom-anchor]
9797

9898
:::
9999

0 commit comments

Comments
 (0)