-
Notifications
You must be signed in to change notification settings - Fork 108
bug: doesn't render telescope previews of markdown files? #98
Copy link
Copy link
Closed as not planned
Labels
not a bugNot a bug in this pluginNot a bug in this plugin
Description
Neovim version (nvim -v)
0.10.0
Operating system
MacOS
Terminal emulator / GUI
Wezterm
Describe the bug
I would like it to render markdown in telescope previews, currently it doesn't, even if I use a telescope callback to call require('render-markdown').enable() on the preview buffer
Expected behavior
It renders markdown in telescope previews
Healthcheck output
render-markdown: require("render-markdown.health").check()
markdown.nvim [neovim version] ~
- OK Version >= 0.10
markdown.nvim [configuration] ~
- OK valid
markdown.nvim [nvim-treesitter] ~
- OK installed
- OK markdown: parser installed
- OK markdown: highlight enabled
- OK markdown_inline: parser installed
- OK markdown_inline: highlight enabled
- WARNING latex: parser not installed
- ADVICE:
- Disable LaTeX support to avoid this warning by setting { latex = { enabled = false } }
markdown.nvim [executables] ~
- WARNING latex2text: not installed
- ADVICE:
- Disable LaTeX support to avoid this warning by setting { latex = { enabled = false } }
markdown.nvim [conflicts] ~
- OK headlines: not installed
- OK obsidian: not installed
Plugin configuration
return {
{
'MeanderingProgrammer/markdown.nvim',
main = 'render-markdown',
dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' },
opts = {},
ft = 'markdown',
},
}Confirmations
- I have provided markdown text for any screenshots used in my description & understand that my issue will be closed if I have not
Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
not a bugNot a bug in this pluginNot a bug in this plugin