This commit is contained in:
Bastiaan Quast 2025-10-09 08:29:52 +09:00 committed by GitHub
commit b4622b11f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
54.md
View File

@ -28,7 +28,7 @@ Articles are identified by lowercase, normalized ascii `d` tags.
## Content
The `content` should be Asciidoc with two extra functionalities: **wikilinks** and **nostr:...** links.
The `content` should be [https://docs.asciidoctor.org/asciidoc/latest/](Asciidoc) with two extra functionalities: **wikilinks** and **nostr:...** links.
Unlike normal Asciidoc links `http://example.com[]` that link to external webpages, wikilinks `[[]]` link to other articles in the wiki. In this case, the wiki is the entirety of Nostr. Clicking on a wikilink should cause the client to ask relays for events with `d` tags equal to the target of that wikilink.