Skip to content

Recreation of python-markdown part of CS50W Project:1

Notifications You must be signed in to change notification settings

aymenm9/python-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages