-
Notifications
You must be signed in to change notification settings - Fork 49
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
feature: render latex below #347
Comments
was missing tree-sitter.
fixed it. but the rendering is not right rn... |
in pure kitty it renders fine. with tmux nope. |
was a config.fish problem. another question: can i make it so that the render appear below the text? |
This will depend on how you install From there you gotta get the In either case looks like you got that part figured out. |
I have no idea why Here's my config if that helps: https://github.com/MeanderingProgrammer/dotfiles/blob/main/.config/tmux/tmux.conf |
Not right now but I can add that as a feature |
it was because i was forcing fish to get fastfetch everytime. an interactive-shell condition solved that |
i get it from the ppa. but yep needed to install rust and get tree-sitter from cargo -since the one in the ubuntu repos is 0.20.8 which is just old.- |
## Details Request: #347 Adds `position` option to `latex` configuration which supports 2 values, `above` or `below`. The default value is set to `above` and results in no change in behavior from before. Setting it `below` will instead render the virtual lines below the block but otherwise they are rendered in the same way. ```lua require('render-markdown').setup({ latex = { position = 'below' }, }) ```
Added this feature here: 43a971e Can set it via: require('render-markdown').setup({
latex = { position = 'below' },
}) |
Neovim version (nvim -v)
0.11.0-dev
Neovim distribution
N/A
Operating system
Ubuntu 24.04
Terminal emulator / GUI
Kitty
Describe the bug
i copied and pasted the sample for a .md latex file, however nothing rendered. when i run :checkhealth render-markdown i see in Treesitter that there is no latex parser.. however i have the texlive package installed...
Expected behavior
this should render a latex view. it does not.
Healthcheck output
Plugin configuration
Plugin error log
Confirmations
Additional information
No response
The text was updated successfully, but these errors were encountered: