git: e38dc93e5a - main - fdp-primer/asciidoctor-primer: Adjust the headings example
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Mar 2024 22:46:12 UTC
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
....
====