Steven Hé (Sīchàng)

Results 122 comments of Steven Hé (Sīchàng)

I tried this with the [`mdbook-katex`](https://github.com/lzanini/mdbook-katex) preprocessor and it is rendered. I recommend you to give it a shot. ~Note that you currently have to use `$` and `$$` instead,...

@lzanini's Katex preprocessor seems to be idle (No stable release for a year nor activity in issues/ pull requests by owner). Does anyone want to help?

@Edgehere, I have recently looked at the problem you encountered. Currently, I don't have a good solution and have [compromised the Windows build](https://github.com/lzanini/mdbook-katex/issues/39). You can get an uncompromised `mdbook-katex` on...

> @Edgehere, I have recently looked at the problem you encountered. Currently, I don't have a good solution and have [compromised the Windows build](https://github.com/lzanini/mdbook-katex/issues/39). You can get an uncompromised `mdbook-katex`...

Something like this would work. ```lua local null_ls = require('null-ls') null_ls.setup { sources = { null_ls.builtins.diagnostics.markdownlint_cli2.with { args = { "$FILENAME" }, }, }, } ```

Combining multiple LSP hovers, following the above snippet: https://github.com/SichangHe/.config/blob/e7baf000ac6042d0a3ddf767b68f0b71e6d14d3d/nvim/lua/hovering.lua Edit: updated link for newer version of hover.nvim.

So, how would the above example be changed now that diagnostic provider is here? Only the parts about getting the diagnostics, right?

What is your take of requiring the user to have other dependencies such as `node` or even `katex` CLI?