Date: Sun, 22 Sep 2024 17:38:44 GMT From: Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: c74f9ae530 - main - [fdp-primer]: Syntax and typo fixes Message-ID: <202409221738.48MHciGw020073@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=c74f9ae530a10ea2d8540287d8d490d1f51632af commit c74f9ae530a10ea2d8540287d8d490d1f51632af Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2024-09-22 17:37:52 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2024-09-22 17:37:52 +0000 [fdp-primer]: Syntax and typo fixes Reported by: pauamma --- .../content/en/books/fdp-primer/asciidoctor-primer/_index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/content/en/books/fdp-primer/asciidoctor-primer/_index.adoc b/documentation/content/en/books/fdp-primer/asciidoctor-primer/_index.adoc index a808ca8be0..967dc54915 100644 --- a/documentation/content/en/books/fdp-primer/asciidoctor-primer/_index.adoc +++ b/documentation/content/en/books/fdp-primer/asciidoctor-primer/_index.adoc @@ -268,12 +268,12 @@ It is designed to render the correct link across the different outputs ==== Use the `crossref` macro for intra-document links too. Although it might be inconvenient to write the name of the current document, -it ensures the correct link is renderedacross the different outputs +it ensures the correct link is rendered across the different outputs ==== [WARNING] ==== -Do not use neither the `xref` macro nor its shortcut `<<` `>>`. +Do not use either the `xref` macro or its shortcut `<<` `>>`. They do not work well in all output formats. ====
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409221738.48MHciGw020073>