Skip to main content

markd2html is a package to convert Github Markdown syntax to Html

Project description

Markdown to HTML Package

Description:

A Python package, designed to convert the Github mark down syntax to HTML code.

Supporting Features

  • headings
  • text styling: Bold, Italic, Strikethrough, Bold and italic
  • unordered and ordered lists
  • paragraphs
  • Multiple and Single line Code Blocks
  • Setext for <h1> and <h2> Tags
  • horizontal rule <hr> tag
  • Link text (Hyperlinks)
  • Image links
  • inline code
  • Web links (example: https://www.google.com)
  • accepts html tags <img> inside a <p> tag

*Note: Additional support in progress

Install

python3 -m pip install markdown-to-html

Usage

>>> from markdown2html import md2html
>>> md2html.markdown("**Hello**")
'\n<p><strong>Hello</strong></p>\n'

Command Line Interface

$ md2html -h
usage: Input a file [-h] [-f F]

optional arguments:
-h, --help  show this help message and exit
-f F
$ md2html -f Alpha.md > Output.html

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

markd2html-0.0.0.tar.gz (9.8 kB view hashes)

Uploaded Source

Built Distribution

markd2html-0.0.0-py3-none-any.whl (10.5 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