markdown.nvim icon indicating copy to clipboard operation
markdown.nvim copied to clipboard

Plugin to improve viewing Markdown files in Neovim

Results 14 markdown.nvim issues
Sort by recently updated
recently updated
newest added
trafficstars

It seems that scrolling horizontally breaks the plugin. # Steps to Reproduce 0. Open `demo/sample.md` in nvim 1. `:set nowrap` 2. Go to a line that contains text (e.g. line...

It seems that custom highlights are lost when matched inside a table cell. Example document: ``` # test foo | Column1 | | ------- | | foo | ``` Add...

Hi! > [!NOTE] > I mean if we could have something like this As seen this is supported by both `Github` and [`Obsidian`](https://help.obsidian.md/Editing+and+formatting/Callouts)

enhancement
help wanted

Currently the conceal feature is applied to the buffer as a whole. Meaning anything concealed by Neovim / Tree Sitter is able to be hidden in normal mode but shown...

enhancement
help wanted

After I tried the plugin, I found that when the cell text length of each column of the table is the same, the plugin will add lines above and below...

Hi @MeanderingProgrammer It was a very nice surprise to see, that your fantastic plugin is now supporting GHM callouts! Writing in VIM gets better every day :) I am wondering...

Follow up to: https://github.com/MeanderingProgrammer/markdown.nvim/commit/43bbefd410333a04baf62ddfa8bb2a2d30a1bbc1 While we are able to add the text overlay on callouts the quote marker itself always uses the same highlight group rather than matching the highlight...

### Is your feature request related to a problem? Please describe. Thanks for this awesome plugin! I use it through lazyvim. I often write my git commit messages in neovim,...

enhancement

### Is your feature request related to a problem? Please describe. Consider the folllowing minimal `init.lua` file: ```lua local root = '/tmp/nvim-minimal' -- Set stdpaths to use root dir for...

enhancement

### Neovim version (nvim -v) NVIM v0.11.0-dev-959+g4b90952851 ### Neovim distribution None ### Description Hi! I'm trying to change wikilink highlights but the following regex fails: ```lua link = { custom...

question