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: snacks.image inline math renderes wrong #1559

Open
4 tasks done
sid314 opened this issue Mar 12, 2025 · 1 comment
Open
4 tasks done

bug: snacks.image inline math renderes wrong #1559

sid314 opened this issue Mar 12, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@sid314
Copy link

sid314 commented Mar 12, 2025

Did you check docs and existing issues?

  • I have read all the snacks.nvim docs
  • I have updated the plugin to the latest version before submitting this issue
  • I have searched the existing issues of snacks.nvim
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

NVIM v0.10.4

Operating system/version

EndeavorOS

Describe the bug

Image
as you can see there are two arrows over b1 and none over a2 and the latex code is also hidden.
also the alpha in top lines is too big

Steps To Reproduce

code for the equation:

$\mathbf{d} = \frac{(\vec{a_1} - \vec{a_2}\cdot(\vec{b_1} \times \vec{b_2})}{|\vec{b_1} \times \vec{b_2}|}$

Expected Behavior

proper arrows

Repro

coundnt figure this out

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 = {
    { "folke/snacks.nvim", opts = {} },
    -- add any other plugins here
  },
})
@sid314 sid314 added the bug Something isn't working label Mar 12, 2025
@sid314
Copy link
Author

sid314 commented Mar 12, 2025

i typed the same thing again to check for any errors in latex and it magically started working again but now it covers up text.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant