Skip to content

Commit 28bc3f2

Browse files
committed
docs: update
1 parent 64fd599 commit 28bc3f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Here are the type definitions for the configuration options:
238238

239239
## 🚀 Usage
240240

241-
### Commands
241+
### 💻 Commands
242242

243243
The following commands are available, most work in both visual and normal mode:
244244

@@ -254,7 +254,7 @@ The following commands are available, most work in both visual and normal mode:
254254
- `:MarkdownToggleCheckbox`: Toggles the checkbox state (`[ ]` <=> `[x]`) on the current line.
255255
- `:MarkdownPreview`: Preview markdown. Saves the current file, then attempts to preview using: 1) the configured `preview_command`, 2) an auto-detected plugin (`markdown-preview.nvim`, `peek.nvim`, `glow.nvim`, `nvim-markdown-preview`), or 3) the system's default application as a fallback.
256256

257-
### Keymaps
257+
### ⌨️ Keymaps
258258

259259
Default keymaps are provided (see Configuration). Use them in Normal or Visual mode within Markdown files.
260260

@@ -270,7 +270,7 @@ Default keymaps are provided (see Configuration). Use them in Normal or Visual m
270270
- `<leader>mp`: Preview (if configured).
271271
- `<leader>mnt`: Create new file from template.
272272

273-
### Creating Markdown Files from Templates 📄
273+
### 📝 Creating Markdown Files from Templates
274274

275275
The `:MarkdownNewTemplate` command (default keymap `<leader>mnt`) allows you to create new Markdown files based on templates stored in your configured `template_dir`.
276276

@@ -302,7 +302,7 @@ These generated values are then used in two ways:
302302
- If it **does not** start with `---` AND the `insert_frontmatter` configuration option is `true` (the default), a new frontmatter block is automatically added to the beginning of the file. This block includes all fields (standard and custom) for which the generator function returned a non-nil value, formatted correctly in YAML. List values will be formatted like `tags: [tag1, tag2]`.
303303
- If it **does** start with `---`, or if `insert_frontmatter` is `false`, no new frontmatter block is inserted. The template's existing frontmatter (with placeholders already replaced) is kept as is.
304304

305-
### List Continuation ↩️
305+
### List Continuation
306306

307307
When `continue_lists_on_enter` is `true`, pressing `Enter` in a Markdown list item (bullet `*`, `-`, `+`; numbered `1.`; checkbox `- [ ]`, `- [x]`) will automatically insert the next list marker on the new line.
308308

0 commit comments

Comments
 (0)