mirror of
https://github.com/markqvist/Sideband.git
synced 2026-04-27 14:20:38 +00:00
Formatting
This commit is contained in:
parent
2aec5c0be7
commit
bd747cadce
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ def _add_url_refs(text: str) -> str:
|
|||
"""
|
||||
if "[ref=" in text:
|
||||
return text
|
||||
return _url_pattern.sub(r"[ref=\1]\1[/ref]", text)
|
||||
return _url_pattern.sub(r"[u][ref=\1]\1[/ref][/u]", text)
|
||||
|
||||
|
||||
class DialogItem(OneLineIconListItem):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue