A more liberal autolink extension for python Markdown
Project description
A more liberal autolink extension for python Markdown - inspired by Django’s urlize function`
Requires: http://pypi.python.org/pypi/Markdown
To make this extension loadable by Mardown, just drop mdx_urlize.py into your PYTHONPATH or projects root.
From http://stackoverflow.com/a/6553787/352452:
Once installed, you can use it in a Django template like this:
{{ value|markdown:”urlize” }}
Or in Python code like this:
import markdown md = markdown.Markdown(safe_mode=True, extensions=[‘urlize’]) converted_text = md.convert(text)
Here is the start of the [Markdown extension docs](http://pythonhosted.org/Markdown/extensions/index.html) in case you need more info.
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
File details
Details for the file markdown-urlize-0.2.0.tar.gz
.
File metadata
- Download URL: markdown-urlize-0.2.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93ad5d00cdeacb5db1a01a39e2cb3bc3da03ad73e9c57688ee83331baff96daf |
|
MD5 | a6a5c433f87d8c65d456d156ef012893 |
|
BLAKE2b-256 | 7d3f55b8b93439a07cc4d7dc0e591ad7d705ec1bc58b1995a3d5c3ebf1fbb6e0 |