The del-marker
extension allows you to use texts as defined by the HTML5 standard.
It's a wrapper around the <del>
tag.
You can install with pip:
pip install sphinxcontrib-del-marker
and add it to sphinx conf.py
:
# conf.py
...
extensions = ["sphinxcontrib_del_marker"]
...
with directive:
.. del:: lorem lorem lorem
- using with sphinx
role