vue-mathjax
vue-mathjax copied to clipboard
Vue plugin with Mathjax
does the vue mathjax provide a method to covert the formula to an image (svg, base64 etc)? if yes, how to use ? any API document to check ?
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^6.7.2` -> `8.19.0`](https://renovatebot.com/diffs/npm/eslint/6.8.0/8.19.0) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-vue](https://eslint.vuejs.org) ([source](https://togithub.com/vuejs/eslint-plugin-vue)) | [`^6.2.2` -> `9.2.0`](https://renovatebot.com/diffs/npm/eslint-plugin-vue/6.2.2/9.2.0) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@vue/cli-plugin-babel](https://togithub.com/vuejs/vue-cli) | devDependencies | pin | [`~4.5.17` -> `4.5.19`](https://renovatebot.com/diffs/npm/@vue%2fcli-plugin-babel/4.5.19/) | |...
As is, if you include MathJax and write anything inbetween parentheses or square brackets, MathJax will treat it as a math mode block. This change sets it to use `\(...
Importing MathJax with the recommended method does not render formulas: ```html ``` Whereas it works with this one: ```html ```
`const text = "What is the value of $\sqrt{3x-1}+(1+x)^2$?";` I passed `text` as formula in the vue-mathjax component and passed false value to safe prop. It is rendering the DOM...
How to disable the popup menu when right clicking on the equation? The probe passing the prop :options="{enableMenu: false}" I already tried to modify the vue-mathjax.vue file in the src...
Is this package compatible with Vue3? Have trouble with this for a long time. Thank you!