pull down to refresh
I mean using
[markdown][3]
to render html. This is somehow done by this website (that's why links are properly formatted in my posts) and by other sites such as[bitcoin.stackexchange][1]
. It can also be done client-side - I render html on my desktop with[pollen][2]
[1]: https://bitcoin.stackexchange.com/
[2]: https://git.matthewbutterick.com/mbutterick/pollen
[3]: https://en.wikipedia.org/wiki/Markdown
reply
oh. you're wondering why markdown isn't formatted nicely in gossip? so it's actually specified in NIP01 to not parse and render Markdown.
Content that must be parsed, such as Markdown and HTML, should not be used. Clients should also not parse content as those.
I'm not really sure why, but I don't think any Nostr clients actually show notes as HTML instead of just raw Makrkdown.
reply
Everything you see on tour browser is rendered as HTML... Markdown is just an easier way to input formatted text
reply
what do you mean "post in markdown?"