An open API service indexing awesome lists of open source software.

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

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`