@@ -12,6 +12,7 @@ Table of Contents *render-markdown-table-of-contents*
12126. Commands | render-markdown-commands |
13137. Purpose | render-markdown-purpose |
14148. Related Projects | render-markdown-related-projects |
15+ 9. Links | render-markdown-links |
1516
1617==============================================================================
17181. markdown.nvim *render-markdown-markdown.nvim*
@@ -38,8 +39,8 @@ Plugin to improve viewing Markdown files in Neovim
38393. Dependencies *render-markdown-dependencies*
3940
4041- markdown & markdown_inline <https://github.com/tree-sitter-grammars/tree-sitter-markdown >
41- parsers for treesitter <https://github.com/nvim-treesitter/nvim-treesitter >: Used to parse
42- `markdown` files
42+ parsers for treesitter <https://github.com/nvim-treesitter/nvim-treesitter >:
43+ Used to parse `markdown` files
4344- pylatexenc <https://pypi.org/project/pylatexenc/ >: Used to transform `LaTeX` strings
4445 to appropriate unicode using `latex2text` , not a mandatory dependency
4546
@@ -180,10 +181,12 @@ this plugin.
180181==============================================================================
1811828. Related Projects *render-markdown-related-projects*
182183
183- - headlines.nvim <https://github.com/lukas-reineke/headlines.nvim > - Same high level
184- idea different features
185- - markdown-preview.nvim <https://github.com/iamcco/markdown-preview.nvim > - Uses browser
186- - vim-markdown-composer <https://github.com/euclio/vim-markdown-composer > - Uses browser
184+ - headlines.nvim <https://github.com/lukas-reineke/headlines.nvim > - Same high
185+ level idea different features
186+ - markdown-preview.nvim <https://github.com/iamcco/markdown-preview.nvim > - Uses
187+ browser
188+ - vim-markdown-composer <https://github.com/euclio/vim-markdown-composer > - Uses
189+ browser
187190
188191==============================================================================
1891929. Links *render-markdown-links*
0 commit comments