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

fix: clear anchor data after popping the stack

zenfyr.dev 8032058b 0cd814a8

verified
Changed files
+1
mastodon
+1
mastodon/html_util.py
···
elif tag == 'a':
href = self.anchor_stack.pop()
anchor_data = ''.join(self.anchor_data)
+
self.anchor_data = []
if anchor_data.startswith('#'):
tags: list[dict] = self.status.get('tags', [])