mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-09 14:41:54 -07:00
Fixed markdown-to-micron link rendering
This commit is contained in:
@@ -257,7 +257,7 @@ class MarkdownToMicron:
|
||||
# TODO: Evaluate best way to handle both normal and nomadnet URLs
|
||||
text = text.replace('`', '')
|
||||
# url = url.replace('`', '\\`')
|
||||
return f"`[{text}`{url}]"
|
||||
return f"`!`[{text}`{url}]`!"
|
||||
|
||||
def _format_header(self, match):
|
||||
hashes = match.group(1)
|
||||
|
||||
Reference in New Issue
Block a user