-
I tried the [mathjax2 demo](https://jsfiddle.net/r6ksjh1a/7/) and find that mathjax2 render the latex code a little slow, which causes if I close the plugin tip before mathjax2 completely render the l…
Q9-K updated
2 months ago
-
Tiddlers about plugins use links with parts interchanged. It works in the web page, but fails when is using as a local archive.
For example, tiddler about KaTeX (https://tiddlywiki.com/#KaTeX%20Plu…
-
Hello. When i try import katex i'm getting errors
`import "@kangc/v-md-editor/lib/plugins/katex/cdn"`
✘ [ERROR] Could not resolve "@babel/runtime/helpers/interopRequireDefault"
node_modules…
-
公式解析引擎配置引用的是外部CDN地址,内网环境访问不了外网,直接把整个mathjax包npm下载回来放在内网静态资源服务器上感觉有点傻,能否用 import 组件的形式引入?如何实现呢?
```javascript
mathBlock: {
engine: "MathJax", // katex或MathJax
src: "https://cdn.js…
-
**Is your feature request related to a problem? Please describe.**
Inline math in the KaTeX plugin uses two dollar signs as delimiter. This is not very convenient to type and makes it difficult to co…
-
The files making up a plugin are currently scattered across three different locations:
* `plugins/` in the lume repository contains the actual code, e.g. `plugins/katex.ts`
* `tests/` in the lume …
-
markdown-it-katex How to use it in native JS?
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
So the Mdx content editor serialises latex expressions. I guess it serialises all the JS expressions.
![image](https://github.com/user-attachments/assets/7826c248-9003-4477-b41c-da789e6ec95d)
![i…
shmmh updated
2 weeks ago
-
Hi, I am trying to import and use this plugin in a Svelte project as shown below
```ts
import markdownit from 'markdown-it';
import mk from '@vscode/markdown-it-katex';
const md = markdownit().u…