Skip to main content

A sphinx plugin that enables embedding of HTML5 del

Project description

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.

using a simple directive as:

.. del:: some_text here

will be rendered as:

<del>some_text here</del>

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinxcontrib_del_marker-0.1.2.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

sphinxcontrib_del_marker-0.1.2-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page