https://github.com/sphinx-contrib/sphinxcontrib-del-marker
A sphinx plugin that enables embedding of HTML5 del
https://github.com/sphinx-contrib/sphinxcontrib-del-marker
Last synced: 2 months ago
JSON representation
A sphinx plugin that enables embedding of HTML5 del
- Host: GitHub
- URL: https://github.com/sphinx-contrib/sphinxcontrib-del-marker
- Owner: sphinx-contrib
- License: mit
- Created: 2024-06-08T14:28:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T09:38:38.000Z (11 months ago)
- Last Synced: 2025-01-12T01:27:06.796Z (4 months ago)
- Language: Python
- Homepage: https://pypi.org/project/sphinxcontrib-del-marker/
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sphinxcontrib-del-marker
The `del-marker` extension allows you to use texts as defined by the HTML5 standard.
It's a wrapper around the `
` tag.## Usage
### Install
You can install with pip:```bash
pip install sphinxcontrib-del-marker
```### Configure
and add it to `sphinx conf.py`:```python
# conf.py
...
extensions = ["sphinxcontrib_del_marker"]
...
```### Use
with directive:
```rst
.. del:: lorem lorem lorem
```## Roadmap
- [ ] using with sphinx `role`