From 48843938adc4f6c687b61808ba8122b94299c642 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 13 Feb 2025 19:31:36 +0700 Subject: README: update the completed features on Lists and Description Lists Use the title names from the latest AsciiDoc Language Documentation. --- README.md | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 5cdafdc..0c5dcf8 100644 --- a/README.md +++ b/README.md @@ -56,17 +56,25 @@ The numbered one is based on the old documentation. * Quotation Marks and Apostrophes * Subscript and Superscript * Monospace -* List - * Unordered Lists (See Notes below) - * Nested - * Complex List Content - * Custom Markers - * Ordered Lists - * Nested - * Numbering Styles - * Checklist -* Description List - * Question and Answer Style List +* Lists √ + * [Unordered Lists](https://docs.asciidoctor.org/asciidoc/latest/lists/unordered/) √ (see Notes below) + * Basic unordered list √ + * Nested unordered list √ + * Markers √ + * Default markers √ + * Custom markers √ + * [Ordered Lists](https://docs.asciidoctor.org/asciidoc/latest/lists/ordered/) √ + * Basic ordered list √ + * Nested ordered list √ + * Number styles √ + * [Checklists](https://docs.asciidoctor.org/asciidoc/latest/lists/checklist/) √ + * [Separating Lists](https://docs.asciidoctor.org/asciidoc/latest/lists/separating/) √ +* Description Lists + * [Description Lists](https://docs.asciidoctor.org/asciidoc/latest/lists/description/) + * Basic description list √ + * Mixing lists √ + * Nested description list √ + * Question and Answer Lists √ * Tables * Columns * Column formatting -- cgit v1.3