Python-Markdown extension to allow for subscript text.
Project description
An extension to the Python Markdown project which adds the ability to
subscript text. To do so, the character ~
becomes a Markdown tag
for text meant to be subscripted, and is replaced with the HTML
sub
tag.
For example, given the text:
The molecular composition of water is H~2~O.
… using Markdown with this extension will output:
<p>The molecular composition of water is H<sub>2</sub>O.</p>
This project is provided under the Simplified (2 Clause) BSD license, provided in full in the LICENSE file.
Please read the documentation for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
MarkdownSubscript-2.1.0.tar.gz
(12.8 kB
view hashes)
Built Distribution
Close
Hashes for MarkdownSubscript-2.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3062cf37bf49e9106409c068a76e537a42ddd628516d98119e744ce5f18a59c1 |
|
MD5 | aa2d26a5f7182f5d4569792d9c70a76e |
|
BLAKE2b-256 | cd1d7f63ccdb4bb2f7ed4c2533632042e08ee565467d8c4f823fb17532285747 |