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:
parent
2ace01cf1a
commit
40e832d012
2
54.md
2
54.md
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue