Skip to main content

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


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 hashes)

Uploaded Source

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