Skip to content

Commit

Permalink
Update help doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MeanderingProgrammer committed Mar 27, 2024
1 parent d7f400b commit f5cc683
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions doc/render-markdown.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Table of Contents *render-markdown-table-of-contents*
6. Commands |render-markdown-commands|
7. Purpose |render-markdown-purpose|
8. Related Projects |render-markdown-related-projects|
9. Links |render-markdown-links|

==============================================================================
1. markdown.nvim *render-markdown-markdown.nvim*
Expand All @@ -38,8 +39,8 @@ Plugin to improve viewing Markdown files in Neovim
3. Dependencies *render-markdown-dependencies*

- markdown & markdown_inline <https://github.com/tree-sitter-grammars/tree-sitter-markdown>
parsers for treesitter <https://github.com/nvim-treesitter/nvim-treesitter>: Used to parse
`markdown` files
parsers for treesitter <https://github.com/nvim-treesitter/nvim-treesitter>:
Used to parse `markdown` files
- pylatexenc <https://pypi.org/project/pylatexenc/>: Used to transform `LaTeX` strings
to appropriate unicode using `latex2text`, not a mandatory dependency

Expand Down Expand Up @@ -180,10 +181,12 @@ this plugin.
==============================================================================
8. Related Projects *render-markdown-related-projects*

- headlines.nvim <https://github.com/lukas-reineke/headlines.nvim> - Same high level
idea different features
- markdown-preview.nvim <https://github.com/iamcco/markdown-preview.nvim> - Uses browser
- vim-markdown-composer <https://github.com/euclio/vim-markdown-composer> - Uses browser
- headlines.nvim <https://github.com/lukas-reineke/headlines.nvim> - Same high
level idea different features
- markdown-preview.nvim <https://github.com/iamcco/markdown-preview.nvim> - Uses
browser
- vim-markdown-composer <https://github.com/euclio/vim-markdown-composer> - Uses
browser

==============================================================================
9. Links *render-markdown-links*
Expand Down

0 comments on commit f5cc683

Please sign in to comment.