Skip to main content

Markdown utility for python

Project description

MdUtil

MdUtil is an open-source python package that helps you work with markdown Do note that this library is under development and it is common if you find a bug. If you do, you can report a bug Another reason this library is open-source is because you can contribute to it and prettify it! Instructions to contributing can be found on the [contributing guide] This library is licensed under the mit license and the license file is located inside of the LICENSE file

Installation

This library is available to the world through PyPi. You can install this library as a project dependency using a command as simple as this:

pip install MdUtil

After you install it, you can include it as a project dependency and use it freely across your code:

import parseMd from MdUtil
from django.shortcuts import render


def home(request):
    return render(parseMd("""
    # Hello World!
    ### Welcome to [my site](https://website.com)!
    """))

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

MdUtil-0.0.1.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

MdUtil-0.0.1-py3-none-any.whl (2.7 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