Verified Commit 373d981a authored by Lukas Wiest's avatar Lukas Wiest 🚂
Browse files

refactor(docs): add markdown-del-ins extension for strike through text

parent 6a214f11
...@@ -47,6 +47,7 @@ markdown_extensions: ...@@ -47,6 +47,7 @@ markdown_extensions:
- admonition - admonition
- codehilite: - codehilite:
linenums: true linenums: true
- markdown_del_ins
- toc: - toc:
permalink: True permalink: True
- footnotes - footnotes
......
...@@ -5,3 +5,4 @@ plantuml~=0.2 ...@@ -5,3 +5,4 @@ plantuml~=0.2
plantuml-markdown~=3.1 plantuml-markdown~=3.1
pymdown-extensions~=6.2 pymdown-extensions~=6.2
certifi~=2019.9 certifi~=2019.9
markdown_del_ins~=1.0
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment