git: dd3e07ad6b - main - fix inlined asciidoc code in en/books/fdp-primer/asciidoc-primer

From: Vladlen Popolitov <vladlen_at_FreeBSD.org>
Date: Thu, 25 Sep 2025 17:16:38 UTC
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::[]
 
 [...]