
NfNitLoop ("Cody Casterline 🏳️🌈") wrote:
Cool, I have a client pulling posts from Mastodon.
TIL: Mastodon content is stored as HTML. That'll work well because I already know how to transform HTML into Markdown (FeoBlog's internal format.)
One downside, I forgot that Mastodon has private posts. I guess I *won't* sync those to protect people's privacy but it does make the tool less useful.
Does mastodon's markup support `code` blocks?
```
What about inline blocks?
test
```