We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de31423 commit bcfd1a7Copy full SHA for bcfd1a7
docs/live-preview.md
@@ -3,7 +3,7 @@ py-config:
3
splashscreen:
4
autoclose: true
5
packages:
6
- - myst-docutils==0.18
+ - myst-docutils==0.19
7
- docutils==0.19
8
- pygments
9
---
@@ -43,6 +43,8 @@ Hallo world!
43
An admonition note!
44
```
45
46
+[Link to the heading](#heading-1)
47
+
48
## Math
49
50
```python
@@ -94,6 +96,7 @@ myst_enable_extensions:
94
96
- colon_fence
95
97
- deflist
98
- dollarmath
99
+myst_heading_anchors: 2
100
myst_highlight_code_blocks: true
101
</textarea>
102
::::
0 commit comments