Skip to content

Commit c8ca6bb

Browse files
committed
Add support for markdown strikethrough formatting
1 parent 487a670 commit c8ca6bb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,11 @@
139139
myst_deflist_enable = True
140140
myst_heading_anchors = 3
141141
myst_update_mathjax = False
142-
myst_enable_extensions = ["substitution", "colon_fence"]
142+
myst_enable_extensions = [
143+
"colon_fence",
144+
"strikethrough",
145+
"substitution",
146+
]
143147

144148
extensions += ["ablog"]
145149

0 commit comments

Comments
 (0)