Skip to content

Commit 901838c

Browse files
chore: add link to fonts document
1 parent 4ec7a51 commit 901838c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ Plugin to improve viewing Markdown files in Neovim
4646

4747
# Requirements
4848

49-
- neovim `>= 0.9.0` (minimum) `>= 0.10.0` (recommended)
49+
- Neovim `>= 0.9.0` (minimum) `>= 0.10.0` (recommended)
50+
- Nerd font symbols: [more details](https://github.com/MeanderingProgrammer/render-markdown.nvim/wiki/Fonts)
5051
- [treesitter](https://github.com/nvim-treesitter/nvim-treesitter) parsers:
5152
- [markdown & markdown_inline](https://github.com/tree-sitter-grammars/tree-sitter-markdown):
5253
Used to parse `markdown` files

doc/render-markdown.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*render-markdown.txt* For 0.10.0 Last change: 2024 November 04
1+
*render-markdown.txt* For 0.10.0 Last change: 2024 November 05
22

33
==============================================================================
44
Table of Contents *render-markdown-table-of-contents*
@@ -68,7 +68,8 @@ Plugin to improve viewing Markdown files in Neovim
6868
==============================================================================
6969
3. Requirements *render-markdown-requirements*
7070

71-
- neovim `>= 0.9.0` (minimum) `>= 0.10.0` (recommended)
71+
- Neovim `>= 0.9.0` (minimum) `>= 0.10.0` (recommended)
72+
- Nerd font symbols: more details <https://github.com/MeanderingProgrammer/render-markdown.nvim/wiki/Fonts>
7273
- treesitter <https://github.com/nvim-treesitter/nvim-treesitter> parsers:
7374
- markdown & markdown_inline <https://github.com/tree-sitter-grammars/tree-sitter-markdown>:
7475
Used to parse `markdown` files

0 commit comments

Comments
 (0)