From 7f8fb47a43fbdb37951a6ee57242a4c816c73685 Mon Sep 17 00:00:00 2001 From: jakewvincent Date: Wed, 19 Jun 2024 19:20:49 -0700 Subject: [PATCH] chore: Change size of nerdfont icon images --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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 `+`