Markup Text Editor
Project description
Markup Text Editor
This package can be used to format the text in a way with the specified markups. The notations followed in the markup are below:
**within double asterisk** -- Bold
//within two forward slashes// -- Italics
__within two underscores__ -- Underlined
$$within two dollars$$ -- Strike through
* item 1
* item 2 -- Unordered list with two items
\1. item 1
\2. item 2 -- Ordered list with two items
[link](address) -- Link
What it does?
The package will convert these into corresponding HTML tags html tags.
Installation
Install the pacakge using pip (or) pip3. [For python3]
pip install markup-editor
It has the following functions.
import markup-editor as me
me.bold()
me.italics()
me.underline()
me.strike()
me.bullets()
me.number()
me.link()
Each will return the corresponding HTML tags.
This package can be used to format the text in a way with the specified markups. The notations followed in the markup are below:
**within double asterisk** -- Bold
//within two forward slashes// -- Italics
__within two underscores__ -- Underlined
$$within two dollars$$ -- Strike through
* item 1
* item 2 -- Unordered list with two items
\1. item 1
\2. item 2 -- Ordered list with two items
[link](address) -- Link
What it does?
The package will convert these into corresponding HTML tags html tags.
Installation
Install the pacakge using pip (or) pip3. [For python3]
pip install markup-editor
It has the following functions.
import markup-editor as me
me.bold()
me.italics()
me.underline()
me.strike()
me.bullets()
me.number()
me.link()
Each will return the corresponding HTML tags.
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
vp-0.0.1-py3-none-any.whl
(2.1 kB
view details)
File details
Details for the file vp-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: vp-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.11.1 setuptools/28.8.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f2cc3dc5b062988dc620187567938c31059e9a5c896c573a55a9ea5d962f556 |
|
MD5 | 38dea2cdb2cde3bbf06e5b28d99dc638 |
|
BLAKE2b-256 | a70d2b54b0fe80c2537cb6e6dc0186431b14ac84f5094a7951e4fe83199541e0 |