link to AsciiDoc spec

AsciiDoctor hosts the official spec of AsciiDoc

For proof of endorsement by the original AsciiDoc, please note:

https://asciidoc.org/

The "quick reference" button opens the links to the AsciiDoctor spec, which is the link I used.
This commit is contained in:
Bastiaan Quast 2025-10-08 08:47:34 -06:00 committed by GitHub
parent 2ace01cf1a
commit 40e832d012
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.