dubrayn

Results 4 comments of dubrayn

Hello, after being very annoyed by this bug for months, I seem to have found a workaround. Add this line after your colorscheme or highlight definitions (I put it at...

Automatic preview of math blocks in markdown would be SO nice... I wiil take a look at the integrations. [Vaisakhkm2625/hologram-math-preview.nvim](https://github.com/Vaisakhkm2625/hologram-math-preview.nvim) can be a nice inspiration too.

A [recent plugin](https://github.com/Thiago4532/mdmath.nvim) started implementing LaTeX preview for markdown files. [Another one](https://github.com/benlubas/molten-nvim) can render latex blocks on demand.

A simple way to generate a .png file from some LaTeX content is the `preview` function from the python `sympy` module.