Skip to content

Commit bcfd1a7

Browse files
authored
📚 Update live preview to myst-docutils 0.19 (#729)
1 parent de31423 commit bcfd1a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/live-preview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ py-config:
33
splashscreen:
44
autoclose: true
55
packages:
6-
- myst-docutils==0.18
6+
- myst-docutils==0.19
77
- docutils==0.19
88
- pygments
99
---
@@ -43,6 +43,8 @@ Hallo world!
4343
An admonition note!
4444
```
4545
46+
[Link to the heading](#heading-1)
47+
4648
## Math
4749
4850
```python
@@ -94,6 +96,7 @@ myst_enable_extensions:
9496
- colon_fence
9597
- deflist
9698
- dollarmath
99+
myst_heading_anchors: 2
97100
myst_highlight_code_blocks: true
98101
</textarea>
99102
::::

0 commit comments

Comments
 (0)