Seeing #Markdown syntax in #Nostr clients that don’t support Markdown rendering is pretty annoying 😂
At least **bold** and _italic_ should be supported imo.
View quoted note →
Support for Markdown is almost fully implemented in my Nostr blog.
I have support for **bold** and _italic_ text.
This is not part of the Markdown rendering but I’ll mention it anyways… I have done so that #hashtags are styled.
Besides that, bullet point lists also work:
- This is a bullet point. Btw. you can also do **bold** and _italic_ text in bullet points.
- This one is indented
- This is **EVEN** more indented
- And you can make #hashtags in bullet points…
- Here’s a normal one
I suppose the last thing to implement is support for code blocks… 🚀
Done quite a bit of progress on my Nostr blog.
Markdown is mostly implemented with support for **bold** and _italic_ text. Also, bullet point lists work:
- This is a bullet point
- This one is indented
- This is **EVEN** more indented
- And here’s a normal one
I still need support for code blocks - working on it… 💻