You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sphinx/reference.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,9 @@ To do so, use the keywords beginning `myst_`.
23
23
- `None`
24
24
- [URI schemes](https://en.wikipedia.org/wiki/List_of_URI_schemes) that will be recognised as external URLs in `[](scheme:loc)` syntax, or set `None` to recognise all.
25
25
Other links will be resolved as internal cross-references.
26
+
* - `myst_linkify_fuzzy_links`
27
+
- `True`
28
+
- If `False`, only links that contain a scheme (such as `http`) will be recognised as external links.
26
29
* - `myst_heading_anchors`
27
30
- `None`
28
31
- Enable auto-generated heading anchors, up to a maximum level, [see here](syntax/header-anchors) for details.
0 commit comments