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 hashes)
Built Distribution
Close
Hashes for linkfy-0.1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d89e3089bd025054ec4036471a9b84549e2149b75f6ba06154912faa6ec298b0 |
|
MD5 | 5060f52f458a3b6432a0df2889fe69fc |
|
BLAKE2b-256 | 73ed1eff5a22413b333c00125ac74ce32c49f049e4277bf4ce72a9c43d6c2306 |