Skip to main content

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.

Project details


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 hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page