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.0.tar.gz
(2.5 kB
view details)
Built Distribution
File details
Details for the file linkfy-0.1.0.tar.gz
.
File metadata
- Download URL: linkfy-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 108fdb307b738b6f226d1dba4e69e2be47a4351aa2f507b1a4c087860eb46de8 |
|
MD5 | d3d22b0bead886e4bb130983b7c196d6 |
|
BLAKE2b-256 | 7c7a1f10d0e62124761c80b06239678fc38d88bd08996bc4609b3520f3ee0504 |
File details
Details for the file linkfy-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: linkfy-0.1.0-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 | 95ba6b4570134176c834c53f9df23339da367c27a65a0882f3ad2bb6164cae09 |
|
MD5 | 3aa2dec5105a3351cb069d1b88228d6b |
|
BLAKE2b-256 | 851512a51f96f7d8d0b52f3ea5667bd7b5409565a4fc659b206d44c20ff2cacd |