Disable LaTeX support to avoid this warning by setting { latex = { enabled = false } }
render-markdown.nvim [executables] ~
WARNING latex2text: not installed
ADVICE:
Disable LaTeX support to avoid this warning by setting { latex = { enabled = false } }
render-markdown.nvim [conflicts] ~
OK headlines: not installed
OK obsidian: not installed
Plugin configuration
return {
"MeanderingProgrammer/render-markdown.nvim",
opts = {},
dependencies = { "nvim-treesitter/nvim-treesitter", "echasnovski/mini.nvim" }, -- if you use the mini.nvim suite
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.icons' }, -- if you use standalone mini plugins
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons
}
Plugin error log
None
Confirmations
[X] I have updated this plugin to the latest version using my plugin manager
[X] I have provided text for all screenshots & understand that my issue will be closed if I have not
Neovim version (nvim -v)
0.10.1
Neovim distribution
LazyVim
Operating system
Arch x86_64
Terminal emulator / GUI
Alacritty/Kitty
Describe the bug
When tables are indented, the top and bottom borders are omitted:
Expected behavior
It should show the border
Healthcheck output
render-markdown: require("render-markdown.health").check()
render-markdown.nvim [version] ~
render-markdown.nvim [configuration] ~
render-markdown.nvim [nvim-treesitter] ~
render-markdown.nvim [executables] ~
render-markdown.nvim [conflicts] ~
Plugin configuration
return { "MeanderingProgrammer/render-markdown.nvim", opts = {}, dependencies = { "nvim-treesitter/nvim-treesitter", "echasnovski/mini.nvim" }, -- if you use the mini.nvim suite -- dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.icons' }, -- if you use standalone mini plugins -- dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons }
Plugin error log
None
Confirmations
Additional information
No response