diff options
| author | Shulhan <ms@kilabit.info> | 2025-02-13 19:31:36 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-02-13 20:32:18 +0700 |
| commit | 48843938adc4f6c687b61808ba8122b94299c642 (patch) | |
| tree | 80f598bc9bcf80e3074ec796745a4288dc164fc1 | |
| parent | 56a1e4c4bfa2adb882bd9f0fc33b16110a2d09bd (diff) | |
| download | asciidoctor-go-48843938adc4f6c687b61808ba8122b94299c642.tar.xz | |
README: update the completed features on Lists and Description Lists
Use the title names from the latest AsciiDoc Language Documentation.
| -rw-r--r-- | README.md | 30 |
1 files changed, 19 insertions, 11 deletions
@@ -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 |
