Change plain text into HTML.
Project description
Change plain text into HTML has <a> tag.
Getting started
Call linky.linky.
from linky import linky
linky('Serching on https://google.com') # Serching on <a href="https://google.com">https://google.com</a>
Usually thease function is used on Jinja, so it provide options to escape some HTML special characters like <, >.
from linky import linky
linky('Serching < on https://google.com') # Serching < on <a href="https://google.com">https://google.com</a>
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
linkfy-0.1.1.tar.gz
(2.5 kB
view details)
Built Distribution
File details
Details for the file linkfy-0.1.1.tar.gz
.
File metadata
- Download URL: linkfy-0.1.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64c6d83372bbd71fd50855cdade24b84333276fd21fa5e50ee7d6d478b757aaf |
|
MD5 | 8dcf3db45f8913499830ab309f9541d0 |
|
BLAKE2b-256 | 07b9298df578dabccaeec26bb76a7ce1eed2fcb90e3588ab06fd48ccca42085b |
File details
Details for the file linkfy-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: linkfy-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d89e3089bd025054ec4036471a9b84549e2149b75f6ba06154912faa6ec298b0 |
|
MD5 | 5060f52f458a3b6432a0df2889fe69fc |
|
BLAKE2b-256 | 73ed1eff5a22413b333c00125ac74ce32c49f049e4277bf4ce72a9c43d6c2306 |