Skip to content

Commit 545cfb0

Browse files
authored
Update docs/syntax/optional.md
1 parent e1c5446 commit 545cfb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/syntax/optional.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ To achieve this, use the `myst_heading_anchors = DEPTH` configuration option, wh
496496
For example, the following configuration in `conf.py` tells the `myst_parser` to generate labels for heading anchors for `h1`, `h2`, and `h3` level headings (corresponding to `#`, `##`, and `###` in markdown).
497497

498498
```python
499-
`myst_heading_anchors = 3
499+
myst_heading_anchors = 3
500500
```
501501

502502
You can then insert markdown links directly to anchors that are generated from your header titles in your documentation.

0 commit comments

Comments
 (0)