mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
fe61f3e1db
Links were aimed at the methods.co.nz domain, which is now returning
404s. The current situation of AsciiDoc is unclear to me: the Fedora
package points to this website, they own asciidoc.org, Wikipedia points
to this project as well but their Git repo's README includes the
following paragraph:
> AsciiDoc.py is a legacy processor for this syntax, handling an older
> rendition of AsciiDoc. As such, this will not properly handle the
> current AsciiDoc specification. It is suggested that unless you
> specifically require the AsciiDoc.py toolchain, you should find a
> processor that handles the modern AsciiDoc syntax.
https://github.com/asciidoc-py/asciidoc-py/blob/10.1.3/README.md
"AsciiDoc specification" pointing towards:
https://projects.eclipse.org/projects/asciidoc.asciidoc-lang
Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit efcb7eeabc
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
24 lines
683 B
Plaintext
24 lines
683 B
Plaintext
# Refer to following asciidoc documentation:
|
|
# https://asciidoc-py.github.io/userguide.html
|
|
# In particular sections "Macros" and "Attribute References"
|
|
#
|
|
# For hyperlinks, show 'link text [URL]' (if link text provided) or 'URL'
|
|
[http-inlinemacro]
|
|
{0=}{0? [}{name}:{target}{0?]}
|
|
[https-inlinemacro]
|
|
{0=}{0? [}{name}:{target}{0?]}
|
|
[ftp-inlinemacro]
|
|
{0=}{0? [}{name}:{target}{0?]}
|
|
[file-inlinemacro]
|
|
{0=}{0? [}{name}:{target}{0?]}
|
|
[irc-inlinemacro]
|
|
{0=}{0? [}{name}:{target}{0?]}
|
|
[mailto-inlinemacro]
|
|
{0=}{0? [}{name}:{target}{0?]}
|
|
|
|
# Hide image representation from text manual
|
|
[image-inlinemacro]
|
|
{empty}
|
|
[image-blockmacro]
|
|
{empty}
|