Neovim version (nvim -v)
NVIM v0.13.0-dev-499+g6780e78b09
Neovim distribution
N/A
Operating system
MacOS
Terminal emulator / GUI
Ghostty
Describe the bug
Text inside of brackets is displayed as a link with the brackets hidden. Running InspectTree shows that the text is typed as a 'shortcut_link' by treesitter. I did not notice any way of disabling rendering for such links.
Expected behavior
I expect to see the brackets rendered as they are part of the text, not a link.
Healthcheck output
==============================================================================
render-markdown: 1 ⚠️
render-markdown.nvim [versions] ~
- ✅ OK neovim >= 0.11
- ✅ OK tree-sitter ABI: 15
- ✅ OK plugin: 8.12.15
render-markdown.nvim [configuration] ~
- ✅ OK valid
render-markdown.nvim [tree-sitter markdown] ~
- ✅ OK parser: installed
- ✅ OK ABI: 15
- ✅ OK highlights: ~/.local/share/nvim/site/queries/markdown/highlights.scm
- ✅ OK highlighter: enabled
render-markdown.nvim [tree-sitter markdown_inline] ~
- ✅ OK parser: installed
- ✅ OK ABI: 15
- ✅ OK highlights: ~/.local/share/nvim/site/queries/markdown_inline/highlights.scm
render-markdown.nvim [tree-sitter html] ~
- ✅ OK parser: installed
- ✅ OK ABI: 14
render-markdown.nvim [tree-sitter yaml] ~
- ✅ OK parser: installed
- ✅ OK ABI: 15
render-markdown.nvim [icons] ~
- ⚠️ WARNING none installed
render-markdown.nvim [conflicts] ~
- ✅ OK headlines: not installed
- ✅ OK markview: not installed
- ✅ OK obsidian: not installed
Plugin configuration
{
completions = {
lsp = {
enabled = true
}
},
heading = {
border = true,
min_width = 60,
position = "inline",
width = "block"
},
latex = {
enabled = false
}
}
Plugin error log
Confirmations
Additional information
No response
Neovim version (nvim -v)
NVIM v0.13.0-dev-499+g6780e78b09
Neovim distribution
N/A
Operating system
MacOS
Terminal emulator / GUI
Ghostty
Describe the bug
Text inside of brackets is displayed as a link with the brackets hidden. Running InspectTree shows that the text is typed as a 'shortcut_link' by treesitter. I did not notice any way of disabling rendering for such links.
Expected behavior
I expect to see the brackets rendered as they are part of the text, not a link.
Healthcheck output
Plugin configuration
{ completions = { lsp = { enabled = true } }, heading = { border = true, min_width = 60, position = "inline", width = "block" }, latex = { enabled = false } }Plugin error log
Confirmations
Additional information
No response