Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2024 22:46:12 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: e38dc93e5a - main - fdp-primer/asciidoctor-primer: Adjust the headings example
Message-ID:  <202403242246.42OMkCfT039396@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio:

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

commit e38dc93e5ad71a12ece68539a14be36662014621
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2024-03-24 22:35:42 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2024-03-24 22:45:47 +0000

    fdp-primer/asciidoctor-primer: Adjust the headings example
    
    Trivial change level example for consistency with prior section.
    
    Submitted by:   Matt Viverette - https://github.com/distancesprinter
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/344
---
 .../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 27a8eb8f7c..55ebe5b6dd 100644
--- a/documentation/content/en/books/fdp-primer/asciidoctor-primer/_index.adoc
+++ b/documentation/content/en/books/fdp-primer/asciidoctor-primer/_index.adoc
@@ -128,9 +128,9 @@ The following syntax is not correct.
 ....
 = Document Title
 
-== Level 2
+== Level 1
 
-==== Level 4
+==== Level 3
 ....
 ====
 



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