Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing

pip install md2steam

Example

from md2steam import markdown_to_steam_bbcode

md_text = """
# Пример заголовка

Текст с **жирным**, *курсивом* и [ссылкой](https://example.com).
"""

bbcode_text = markdown_to_steam_bbcode(md_text)
print(bbcode_text)

About

Library for convert Markdown to Steam

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Used by

Contributors

Languages