sphinxnotes-strike#
An extension that adds strikethrough text support to Sphinx.
Documentation: https://sphinx.silverrainz.me/strike
Changelog: https://sphinx.silverrainz.me/strike/changelog.html
Download: https://pypi.org/project/sphinxnotes-strike/#files
Introduction#
An extension that adds strikethrough text support to Sphinx.
Getting Started#
Note
We assume you already have a Sphinx documentation, if not, see Getting Started with Sphinx.
First, downloading extension from PyPI:
$ pip install sphinxnotes-strike
Then, add the extension name to extensions
configuration item in your conf.py:
extensions = [
# …
'sphinxnotes.strike',
# …
]
Use role strike
to add text with a strikethrough:
|
Sphinx |
Role del
also works:
|
Sphinx |
Contents#
The Sphinx Notes Project#
The project is developed by Shengyu Zhang, as part of The Sphinx Notes Project.