mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
0.9.0
This commit is contained in:
@@ -9,3 +9,7 @@ def strip_html(string: str):
|
||||
|
||||
def bold(text: str) -> str:
|
||||
return '<span style="font-weight: bold">{}</span>'.format(text)
|
||||
|
||||
|
||||
def link(url: str) -> str:
|
||||
return '<a href="{}">{}</a>'.format(url, url)
|
||||
|
||||
Reference in New Issue
Block a user