Date: Sat, 24 Jul 2021 13:58:49 GMT From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: eb6e468922 - main - books/fdp-primer: Update info about AsciiDoctor list types Message-ID: <202107241358.16ODwnJJ070361@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=eb6e468922b9b3ae1c950e73a80de62aea1b24aa commit eb6e468922b9b3ae1c950e73a80de62aea1b24aa Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2021-07-24 13:49:52 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2021-07-24 13:58:10 +0000 books/fdp-primer: Update info about AsciiDoctor list types --- .../content/en/books/fdp-primer/asciidoctor-primer/_index.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 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 27634f98e3..581d39aff6 100644 --- a/documentation/content/en/books/fdp-primer/asciidoctor-primer/_index.adoc +++ b/documentation/content/en/books/fdp-primer/asciidoctor-primer/_index.adoc @@ -134,15 +134,15 @@ For example, this is a heading with two paragraphs. [[asciidoctor-lists]] == Lists -AsciiDoctor supports two type of lists: ordered and unordered. -To get more information about lists check link:https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/#lists[AsciiDoc Syntax Quick Reference]. +AsciiDoctor supports a few types of lists, the most common are `ordered` and `unordered`. +To get more information about lists, see link:https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/#lists[AsciiDoc Syntax Quick Reference]. [[asciidoctor-ordered-lists]] === Ordered lists To create an ordered list use the `.` character. -For example this is an ordered list. +For example, this is an ordered list. .... . First item @@ -163,7 +163,7 @@ And this would be rendered as. To create an unordered list use the `*` character. -For example this is an unordered list. +For example, this is an unordered list. .... * First item
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107241358.16ODwnJJ070361>