Skip to content

sphinx-contrib/sphinxcontrib-del-marker

Repository files navigation

sphinxcontrib-del-marker

The del-marker extension allows you to use texts as defined by the HTML5 standard.

It's a wrapper around the <del> tag.

Usage

Install

You can install with pip:

pip install sphinxcontrib-del-marker

Configure

and add it to sphinx conf.py:

# conf.py
...
extensions = ["sphinxcontrib_del_marker"]
...

Use

with directive:

.. del:: lorem lorem lorem

Roadmap

  • using with sphinx role