return {
'MeanderingProgrammer/markdown.nvim',
main = "render-markdown",
opts = {},
name = 'render-markdown', -- Only needed if you have another plugin named markdown.nvim
-- 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
}
Confirmations
[X] I have provided markdown text for any screenshots used in my description & understand that my issue will be closed if I have not
Neovim version (nvim -v)
0.10
Operating system
Arch Linux
Terminal emulator / GUI
kitty
Describe the bug
Latex code is rendered above the paragraph that contains it instead of in its place
Expected behavior
The rendered equation should substitute the equation code, not be rendered on top of it
Healthcheck output
============================================================================== render-markdown: require("render-markdown.health").check()
markdown.nvim [neovim version] ~
markdown.nvim [configuration] ~
markdown.nvim [nvim-treesitter] ~
markdown.nvim [executables] ~
markdown.nvim [conflicts] ~
Plugin configuration
Default configuration
Confirmations
Additional information
No response