aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-02-13 19:31:36 +0700
committerShulhan <ms@kilabit.info>2025-02-13 20:32:18 +0700
commit48843938adc4f6c687b61808ba8122b94299c642 (patch)
tree80f598bc9bcf80e3074ec796745a4288dc164fc1
parent56a1e4c4bfa2adb882bd9f0fc33b16110a2d09bd (diff)
downloadasciidoctor-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.md30
1 files 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 &#x221A;
+ * [Unordered Lists](https://docs.asciidoctor.org/asciidoc/latest/lists/unordered/) &#x221A; (see Notes below)
+ * Basic unordered list &#x221A;
+ * Nested unordered list &#x221A;
+ * Markers &#x221A;
+ * Default markers &#x221A;
+ * Custom markers &#x221A;
+ * [Ordered Lists](https://docs.asciidoctor.org/asciidoc/latest/lists/ordered/) &#x221A;
+ * Basic ordered list &#x221A;
+ * Nested ordered list &#x221A;
+ * Number styles &#x221A;
+ * [Checklists](https://docs.asciidoctor.org/asciidoc/latest/lists/checklist/) &#x221A;
+ * [Separating Lists](https://docs.asciidoctor.org/asciidoc/latest/lists/separating/) &#x221A;
+* Description Lists
+ * [Description Lists](https://docs.asciidoctor.org/asciidoc/latest/lists/description/)
+ * Basic description list &#x221A;
+ * Mixing lists &#x221A;
+ * Nested description list &#x221A;
+ * Question and Answer Lists &#x221A;
* Tables
* Columns
* Column formatting