Skip to content

Python library that provides conversion from markdown to HTML

License

Notifications You must be signed in to change notification settings

rmysliwczyk/markdowntohtml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdowntohtml

This python library will convert markdown to HTML.

Usage

import markdowntohtml

html = markdowntohtml.convert("markdown goes here")

Tests

test_markdowntohtml.py file contains a unit test for pytest.
This test will compare the output of my library to markdown2 converter.
Be advised, failed test does not have to mean the error in conversion. My library might provide a slighltly different output, which will still be a valid HTML. On failed test, please compare the output that will be printed.

About

Python library that provides conversion from markdown to HTML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages