Skip to content

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages