A markdown python extension that enables you to create <mark> tag by using ==some text== or ???other text???
Project description
markdown_mark
Extends the Python Markdown.
Adds the possibility to use ==something==
or ???something???
to create a span that looks like <mark>something</mark>
Install through pip:
pip install markdown_mark
To enable the markdown_mark package and use it in your markdown generation just add it like so:
import markdown
result = markdown.markdown(textToRender, extensions=["markdown_mark",])
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
markdown_mark-0.0.1.tar.gz
(4.4 kB
view details)
File details
Details for the file markdown_mark-0.0.1.tar.gz
.
File metadata
- Download URL: markdown_mark-0.0.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2602817b6ca6103d759e5decb8c74c8c829de33d78954736c6a38c8278b6d346 |
|
MD5 | 4ed094be6047107c9fe91ee149aaa6d5 |
|
BLAKE2b-256 | 39d8a42925631d48648b7e667fbaccbd631ac84f2851bb98505ea0920e4a125e |