Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: callouts dont work #239

Open
3 tasks done
melsiir opened this issue Dec 2, 2024 · 3 comments
Open
3 tasks done

bug: callouts dont work #239

melsiir opened this issue Dec 2, 2024 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@melsiir
Copy link

melsiir commented Dec 2, 2024

Did you read the documentation and check existing issues?

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

  1. 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",
    },
})
@melsiir melsiir added the bug Something isn't working label Dec 2, 2024
Copy link
Contributor

github-actions bot commented Dec 2, 2024

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!

@brianhuster brianhuster added enhancement New feature or request and removed bug Something isn't working labels Dec 3, 2024
@brianhuster
Copy link
Owner

brianhuster commented Dec 3, 2024

Steps To Reproduce

run live-preview

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

@brianhuster brianhuster added question Further information is requested and removed enhancement New feature or request labels Dec 14, 2024
@brianhuster
Copy link
Owner

Possibly I can use this markdown-it plugin https://github.com/ebullient/markdown-it-obsidian-callouts

@brianhuster brianhuster added enhancement New feature or request and removed question Further information is requested needs reply labels Jan 16, 2025
@brianhuster brianhuster added this to the TODO milestone Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants