Markdown extensions
Project description
README
Extra third party extensions for Python-Markdown
Install
$ pip install md_ext
Usage
import markdown
data = "![alt](image.png){width=600}"
md = markdown.Markdown(extensions=['md_ext.img'])
html = md.convert(data)
print(html)
Output:
'<p><img src="image.png" width="600" /></p>'
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
md_ext-0.0.4.tar.gz
(2.1 kB
view details)
File details
Details for the file md_ext-0.0.4.tar.gz
.
File metadata
- Download URL: md_ext-0.0.4.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 973614da2ab10f67359ce1ce4af377ec6d773487e5224e6c649f29889ab4f7cd |
|
MD5 | 52723fff21864dc24603284c2bc7d294 |
|
BLAKE2b-256 | ed5e443cfb64dd8ba3fda15034764c58a82809ddc8d53af7e59e11dd3f2f6c43 |