Skip to content

simple python converter from markdown (using telegram version MARKDOWN V2) to HTML without any use of external libraries!!

License

Notifications You must be signed in to change notification settings

Duccioo/Markdown-HTML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Markdown-HTML

simple python converter from markdown (using telegram version MARKDOWN V2) to HTML without any use of external libraries!!

Example:

import the library in your file then:

  from markdown_html import convert_everything
  
  #execute 
  string = convert_everything("prova prova __prova__ hello *hi* _sottolineao_ metto anche un link [link](www.fattiicazzitua.com)")
  
  print(string)

function return a string.

About

simple python converter from markdown (using telegram version MARKDOWN V2) to HTML without any use of external libraries!!

Topics

Resources

License

Stars

Watchers

Forks

Languages