diff options
| author | Yoji Shidara <dara@shidara.net> | 2025-08-11 19:35:36 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-11 19:35:36 +0900 |
| commit | 88305252508a7bbbcc7bc1293d33dd4b814da230 (patch) | |
| tree | 7f88a0c136e0c1c57f31580c311221491c7baaae /21.md | |
| parent | b224b0ecb8782f381dd25c8ffd36f3b73d34069e (diff) | |
NIP-21: Fix markup issue by closing backtick (#2008)
Diffstat (limited to '21.md')
| -rw-r--r-- | 21.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -21,7 +21,7 @@ The identifiers that come after are expected to be the same as those defined in | |||
| 21 | 21 | ||
| 22 | ### Linking HTML pages to Nostr entities | 22 | ### Linking HTML pages to Nostr entities |
| 23 | 23 | ||
| 24 | `<link>` tags with `rel="alternate"` can be used to associate webpages to Nostr events, in cases where the same content is served via the two mediums (for example, a web server that exposes Markdown articles both as HTML pages and as `kind:30023' events served under itself as a relay or through some other relay). For example: | 24 | `<link>` tags with `rel="alternate"` can be used to associate webpages to Nostr events, in cases where the same content is served via the two mediums (for example, a web server that exposes Markdown articles both as HTML pages and as `kind:30023` events served under itself as a relay or through some other relay). For example: |
| 25 | 25 | ||
| 26 | ``` | 26 | ``` |
| 27 | <head> | 27 | <head> |