Skip to content

Commit d858e71

Browse files
committed
docs(conf): add strikethrough for mystparser
1 parent 217e7c4 commit d858e71

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/conf.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,12 @@
3737
"myst_parser",
3838
]
3939

40-
myst_enable_extensions = ["colon_fence", "substitution", "replacements"]
40+
myst_enable_extensions = [
41+
"colon_fence",
42+
"substitution",
43+
"replacements",
44+
"strikethrough",
45+
]
4146

4247
issues_github_path = about["__github__"].replace("https://github.com/", "")
4348

0 commit comments

Comments
 (0)