kunring
kunring
This is intended mathquill behaviour. The latex commands `\frac`, `\dfrac`, `\cfrac` and `\fraction` are all converted to the mathquill command \frac for the purposes of simplifying what mathquill displays the...

This function should be extended to remove any base url. https://github.com/digabi/rich-text-editor/blob/709ab67f4804d2780e5dcc203a0768ade1c710d9/src/util.js#L10
Unit tests are failing due to breaking changes in mongo's dependencies. Revert mongo back to 0.28.1?
Measured with `console.time()` the base64 decode takes about 15-20ms on my low end machine. Deno doesn't seem to cache `fetch()` calls, while static imports are cached by default, so this...
I added a Deno script to generate the `.js` file from the `.wasm` file in the folder, so that you can simply run that on your pipeline
This would require a plugin for markdown-it. I'm unable to find one on [npm.](https://www.npmjs.org/browse/keyword/markdown-it-plugin)
I believe connecting to that address directly isn't intended to open the page. The problem is with the browser not opening. There are possibly steps you can do from your...
can reproduce only with a JS file that doesn't end in a newline
```lua Plug("iamcco/markdown-preview.nvim", { ["do"] = vim.fn["mkdp#util#install"], ["for"] = { "markdown", "vim-plug" } }) ```