diff --git a/README.md b/README.md
index b60c099..4a66775 100644
--- a/README.md
+++ b/README.md
@@ -216,22 +216,22 @@ Credit: We heavily referenced [cmp-pandoc-references](https://github.com/jc-doyl
* The level of the section folded
* The section title, modified by a (customizable) transformation function
* The number of markdown objects contained by the fold, including tables, unordered lists, ordered lists, to-do lists, links, and subsections
- * Three icon sets are available—`emoji`, `nerdfont` (requires you to be using a nerdfont or patched font in your interface), `plain` (non-emoji unicode symbols)—and the icons are customizable/overridable (see table below).
+ * Three icon sets are available—`emoji`, `nerdfont` (requires you to be using a nerdfont or patched font in your interface), `plain` (non-emoji unicode symbols)—see the table below—and the icons are [customizable/overridable](#foldtext-dictionary-like-table).
* The number of lines in the fold
* The percentage of document lines the fold contains
* The number of words in the fold
-| Object type | Name | `emoji` icon | `nerdfont` icon | `plain` icon |
-| ------------------------- | -------- | :----------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------: |
-| Table | `tbl` | 📈 | | ⊞ |
-| Unordered (bulleted) list | `ul` | *️⃣ | | • |
-| Ordered (numbered) list | `ol` | 1️⃣ | | ① |
-| To-do list | `todo` | ✅ | | ☑ |
-| Image | `img` | 🖼️ | | ⧉ |
-| Fenced code block | `fncblk` | 🧮 | | ‵ |
-| Section | `sec` | 🏷️ | | § |
-| Paragraph | `par` | 📃 | | ¶ |
-| Link | `link` | 🔗 | | ⇔ |
+| Object type | Name | `emoji` icon | `nerdfont` icon | `plain` icon |
+| ------------------------- | -------- | :----------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------: |
+| Table | `tbl` | 📈 | | ⊞ |
+| Unordered (bulleted) list | `ul` | *️⃣ | | • |
+| Ordered (numbered) list | `ol` | 1️⃣ | | ① |
+| To-do list | `todo` | ✅ | | ☑ |
+| Image | `img` | 🖼️ | | ⧉ |
+| Fenced code block | `fncblk` | 🧮 | | ‵ |
+| Section | `sec` | 🏷️ | | § |
+| Paragraph | `par` | 📃 | | ¶ |
+| Link | `link` | 🔗 | | ⇔ |
### Lists
* List markers recognized: `-`, `*`, and `+`