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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding LaTex equations for markdown #547

Open
m-ruiz21 opened this issue Apr 21, 2024 · 1 comment
Open

Adding LaTex equations for markdown #547

m-ruiz21 opened this issue Apr 21, 2024 · 1 comment

Comments

@m-ruiz21
Copy link

馃殌 The feature, motivation and pitch

I love the simplicity of markdown, but, as an engineer, I need to be able to have equations written down for my personal class / project notes.

I know it's bit of a challenge to do in vim, but it would absolutely complete the plugin for me.

image

Alternatives

No response

Additional context

No response

@anandkumar89
Copy link

If you want to write fast: you can use snippets (ultisnip, luasnip) to quickly write latex. Most of snippets will only expand inside the $$ sign. You'll need a way to recognise that (I use vimtex.- a plugin for writing latex, and there are other options using tree sitter).

If you want latex in more readable format - again, I know that vimtex allows you to conceal lots of commands in latex.

I don't know if any markdown based plugin natively supports recognising math zones (so that snippets can be written) and concealing.

It'd certainly be a welcome feature, even for general markdown community. But until then, alternatives exist as I described.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants