You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the plugin is awesom and work well but does not support markdown callouts like [!NOTE] or caution or info it just appear plain text
Steps To Reproduce
run live-preview
Expected Behavior
callouts must be supported for markdown preview
Health
No response
Repro
vim.env.LAZY_STDPATH=".repro"load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
require("lazy.minit").repro({
spec= {
{
-- Add anything you need here (configuration, other plugins, etc)"ColinKennedy/nvim-best-practices-plugin-template",
},
})
The text was updated successfully, but these errors were encountered:
Thank you for your issue! We appreciate your feedback and will look into it as soon as possible. Please make sure to include all necessary details (including a minimal config that can reproduce the error) to help us assist you better. Pull requests are also welcome!
That is not enough for me to reproduce. I suggest you should include a part of your markdown file that contain what you call callout in the Steps To Reproduce section.
Expected Behavior
callouts must be supported for markdown preview
Markdown has many dialects, I can't know all of them, so in Expected Behavior, you should clarify how you expect that callout to look like. It would really help if you can include a screenshot
Did you read the documentation and check existing issues?
:h livepreview
, Wiki)Neovim version (nvim -v)
0.10.2
Operating system/version
Ubentu 24.04.1
Describe the bug
the plugin is awesom and work well but does not support markdown callouts like [!NOTE] or caution or info it just appear plain text
Steps To Reproduce
Expected Behavior
callouts must be supported for markdown preview
Health
No response
Repro
The text was updated successfully, but these errors were encountered: