Skip to content

Commit bb75b3e

Browse files
Add MyST Extention to enable strikethrough text
1 parent 735451d commit bb75b3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ exclude_patterns:
4040
- README.md
4141
- individual_modules/python_for_data_analysis/data-analysis-task-solutions.ipynb
4242

43+
parse:
44+
myst_enable_extensions: # default extensions to enable in the myst parser. See https://myst
45+
- strikethrough
4346

4447
# Execute all notebooks by default.
4548
# The R notebooks are excluded from running during the building of the book due to the formatting issues. When ran wen building the output for each of the cells will create a new code block for each space due to the R magic command.

0 commit comments

Comments
 (0)