social media crossposting tool. 3rd time's the charm
mastodon misskey crossposting bluesky

whaa

zenfyr.dev 899ae340 dba7a8de

verified
Changed files
+1 -1
+1 -1
mastodon.py
···
mentions: list[dict] = status.get('mentions', [])
def mdd(html):
-
return md(html, strip_document=None, escape_asterisks=False, escape_underscores=False)
+
return md(html, escape_asterisks=False, escape_underscores=False)
def recurse(node) -> None:
if isinstance(node, NavigableString):