Is it doable to post in markdown from
[gossip][1]
? If not I'm likely to changegossip for another client.[1]: https://github.com/mikedilger/gossip/issues/545
pull down to refresh
Is it doable to post in markdown from
[gossip][1]
? If not I'm likely to changegossip for another client.[1]: https://github.com/mikedilger/gossip/issues/545
what do you mean "post in markdown?"
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
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.
I'm not really sure why, but I don't think any Nostr clients actually show notes as HTML instead of just raw Makrkdown.