Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Sep 2025 17:16:38 GMT
From:      Vladlen Popolitov <vladlen@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: dd3e07ad6b - main - fix inlined asciidoc code in en/books/fdp-primer/asciidoc-primer
Message-ID:  <202509251716.58PHGcqj017332@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch main has been updated by vladlen:

URL: https://cgit.FreeBSD.org/doc/commit/?id=dd3e07ad6b218cf8da82824445c9cfdc94f83e1f

commit dd3e07ad6b218cf8da82824445c9cfdc94f83e1f
Author:     Vladlen Popolitov <vladlen@FreeBSD.org>
AuthorDate: 2025-09-25 17:16:31 +0000
Commit:     Vladlen Popolitov <vladlen@FreeBSD.org>
CommitDate: 2025-09-25 17:16:31 +0000

    fix inlined asciidoc code in en/books/fdp-primer/asciidoc-primer
    
    Reviewed by: bcr
    Approved by: maxim (mentor)
    Differential Revision: https://reviews.freebsd.org/D52710
---
 .../content/en/books/fdp-primer/asciidoctor-primer/_index.adoc        | 4 ----
 1 file changed, 4 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 ac4afa350c..cdd9147acb 100644
--- a/documentation/content/en/books/fdp-primer/asciidoctor-primer/_index.adoc
+++ b/documentation/content/en/books/fdp-primer/asciidoctor-primer/_index.adoc
@@ -309,13 +309,9 @@ We are going to use as an example the header of the extref:{freebsd-releng}[Free
 
 :images-path: articles/freebsd-releng/ <1>
 
-ifdef::env-beastie[]
-ifdef::backend-html5[]
-
 [...]
 
 :imagesdir: ../../../images/{images-path} <2>
-endif::[]
 
 [...]
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509251716.58PHGcqj017332>