In markdown I can write:
[example1][myid]
[example2][myid]
[myid]: http://example.com
so I don't have to retype the full external link multiple times.
Is there an analogous feature in AsciiDoc? Specially interested in the Asciidoctor implementation.
So far I could only find:
- internal cross references with
<<>>
- I think I saw a replacement feature of type
:myid:
, but I can't find it anymore. And I didn't see how to use different texts for each link however.
https://google.com
multiple times when linking to it multiple times. – Laughter