Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-markdown

Recreation of python-markdown part of ** CS50W Project:1 ** for learning purposes

functionality

- headers
- lists
- paragraph
- text formating
- links

usege

from markdown import convert_to_html

convert_to_html(markdown)
    """
    Convert Markdown to HTML

    Parameters
    ----------
    markdown : str
        The Markdown file path to convert

    Returns
    -------
    str
        The converted HTML text
    """

About

Recreation of python-markdown part of CS50W Project:1

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages