You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
katex-weapp
基于 KaTeX 构建的小程序原生 LaTeX 渲染组件(不依赖服务端渲染)
实现原理
基于 katex 库,解析 latex 公式生成虚拟 dom 树对象,将 dom 对象翻译成小程序的 rich-text 支持的 nodes 由小程序渲染
在 Taro 小程序项目中直接使用
app.js
使用 KatexProvider写在最后
如果有帮到你,希望能给我点个star,感谢!
https://github.com/rojer95/katex-mini
Beta Was this translation helpful? Give feedback.
All reactions