We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use Mastodon Glitch edition and publish toots using Markdown.
For the most part SkyMoth handles them pretty well; however there are two edge cases that I've noticed so far:
Successive formatting rules remove the separating space; e.g. *italic* **bold** becomes italicbold on BlueSky
*italic* **bold**
italicbold
Formatted URLs [url](display) get cross posted as the code rather than posting only the URL
[url](display)
Live posts that demonstrate:
https://soc.ottr.uk/@cooper/113508509700122235
https://bsky.app/profile/ottr.uk/post/3lbbx2aon3s25
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I use Mastodon Glitch edition and publish toots using Markdown.
For the most part SkyMoth handles them pretty well; however there are two edge cases that I've noticed so far:
Successive formatting rules remove the separating space; e.g.
*italic* **bold**
becomesitalicbold
on BlueSkyFormatted URLs
[url](display)
get cross posted as the code rather than posting only the URLLive posts that demonstrate:
https://soc.ottr.uk/@cooper/113508509700122235
https://bsky.app/profile/ottr.uk/post/3lbbx2aon3s25
The text was updated successfully, but these errors were encountered: