https://github.com/jonathanleger/nostrgram/issues/1
Let's see if #[0] will be cooperative.
Login to reply
Replies (1)
I think a good solution is for NostrGram to convert any markup put into the notes created in it into normal text+links before submission to the relay. The only exception being italics and bold, which are very simple and I'll leave in.
I only have NostrGram supporting a limited amount of markup (link, image, bold, italic) so it shouldn't be difficult to "clean up" posts from users while still having NostrGram show the markup should a note come in from a relay that has it. Since nobody can control what goes into the relay, I don't want to mess up the user experience should markup appear that's beyond my control.