git: eb6e468922 - main - books/fdp-primer: Update info about AsciiDoctor list types
"Danilo G. Baio" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=eb6e468922b9b3ae1c950e73a80de62aea1b24aa commit eb6e468922b9b3ae1c950e73a80de62aea1b24aa Author: Danilo G. Baio <[email protected]> AuthorDate: 2021-07-24 13:49:52 +0000 Commit: Danilo G. Baio <[email protected]> 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"