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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,9 +47,10 @@ List of extensions:
47
47
48
48
- "amsmath": enable direct parsing of [amsmath](https://ctan.org/pkg/amsmath) LaTeX equations
49
49
- "colon_fence": Enable code fences using `:::` delimiters, [see here](syntax/colon_fence) for details
50
-
- "deflist"
50
+
- "deflist": Enable definition lists, [see here](syntax/definition-lists) for details
51
51
- "dollarmath": Enable parsing of dollar `$` and `$$` encapsulated math
52
52
- "html_admonition": Convert `<div class="admonition">` elements to sphinx admonition nodes, see the [HTML admonition syntax](syntax/html-admonition) for details
53
+
- "fieldlist": Enable field lists, [see here](syntax/fieldlists) for details
53
54
- "html_image": Convert HTML `<img>` elements to sphinx image nodes, see the [image syntax](syntax/images) for details
54
55
- "linkify": automatically identify "bare" web URLs and add hyperlinks
55
56
- "replacements": automatically convert some common typographic texts
0 commit comments