Skip to main content

*Extremely* _simple_ markdown-ish format

Project description

dumbdown

Extremely simplified markdown parsing and HTML + docx construction.

Usage

It allows 2 kinds of formatting marks, bold and italic, but it uses Slack's syntax for these and not Markdown syntax.

Bold text must have an * surrounding it:

For example, *this would be bold*. 

Italicized text has _ surrounding it:

And _this would be in italics_. 

Bold and italics can be nested within each other:

*bold _bold-italics_*, _italics with some *bold* inside_. *_Nice!_*.

Testing

To test:

Python

pytest tests

Javascript

yarn run test

Releasing

Python / PyPi

Build

python setup.py sdist bdist_wheel

Release

twine upload dist/*

Javascript / NPM

Build

yarn run build

Release

npm publish

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dumbdown-1.0.2.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

dumbdown-1.0.2-py3-none-any.whl (7.9 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