#asknostr anyone know what's the proper way to insert Nostr events into #longform articles? Do I just use `nostr:` and the event name?
Login to reply
Replies (5)
Yep, just slap a `nostr:nevent` in there
Is there a native way to present users as well? Is that just `nostr:npub` ?
and BTW I was Today Years Old when I realized that I could use `this markdown` for monospace, is there other Markdown I can use in Coracle?
yep, npub, or better nprofile (which includes relay hints)
You can also do
```
code blocks
```
but that's all. Code blocks are more of an opt-out than an opt-in. If you're curious, there's more rationale here: https://github.com/nostr-protocol/nips/pull/1800