@@ -11,31 +11,33 @@ Below is a categorized (incomplete) list of available plugins.
1111Using any of these plugins with this one will likely lead to undesired behavior as
1212different functionality will clash.
1313
14- - [ headlines.nvim] ( https://github.com/lukas-reineke/headlines.nvim ) - Same high
15- level idea and starting point of this plugin, but with different feature sets
16- - [ obsidian.nvim] ( https://github.com/epwalsh/obsidian.nvim ) - While this plugin
14+ - [ lukas-reineke/ headlines.nvim] ( https://github.com/lukas-reineke/headlines.nvim )
15+ Same high level idea and starting point of this plugin, different feature sets
16+ - [ epwalsh/ obsidian.nvim] ( https://github.com/epwalsh/obsidian.nvim ) While this plugin
1717 has many more ` obsidian ` related features it also provides a UI enabled by
1818 default that clashes with this plugin
19- - [ markview.nvim] ( https://github.com/OXY2DEV/markview.nvim ) - An offshoot of this
20- plugin with different style choices
19+ - [ OXY2DEV/ markview.nvim] ( https://github.com/OXY2DEV/markview.nvim ) An offshoot of
20+ this plugin with different style choices
2121
2222## Render in Browser
2323
2424These can be used as a second pass to get a real preview of the ` markdown ` file.
2525Since they do not interact with the buffer directly there should be no issues.
2626
27- - [ markdown-preview.nvim] ( https://github.com/iamcco/markdown-preview.nvim )
28- - [ vim-markdown-composer] ( https://github.com/euclio/vim-markdown-composer )
27+ - [ iamcco/ markdown-preview.nvim] ( https://github.com/iamcco/markdown-preview.nvim )
28+ - [ euclio/ vim-markdown-composer] ( https://github.com/euclio/vim-markdown-composer )
2929
3030## Orthogonal
3131
3232These plugins handle functions completely separate from rendering and should also
3333have no issues running alongside this plugin.
3434
3535- Any LSP which provides standard LSP capabilities, such as:
36- - [ marksman] ( https://github.com/artempyanykh/marksman ) - General completion,
37- definition, and reference functionality
38- - [ markdown-oxide] ( https://github.com/Feel-ix-343/markdown-oxide ) - Adds Obsidian
36+ - [ marksman] ( https://github.com/artempyanykh/marksman ) General completion, definition ,
37+ and reference functionality
38+ - [ markdown-oxide] ( https://github.com/Feel-ix-343/markdown-oxide ) Adds Obsidian
3939 PKM features to LSP
40- - [ markdown.nvim] ( https://github.com/tadmccorkle/markdown.nvim ) - Adds ` markdown `
41- specific keybindings for interacting with ` markdown ` files
40+ - [ tadmccorkle/markdown.nvim] ( https://github.com/tadmccorkle/markdown.nvim ) Adds
41+ keybindings and commands for interacting with ` markdown `
42+ - [ preservim/vim-markdown] ( https://github.com/preservim/vim-markdown ) Adds synatx
43+ highlighting and keybindings for interacting with ` markdown `
0 commit comments