react-native-mathjax-html-to-svg icon indicating copy to clipboard operation
react-native-mathjax-html-to-svg copied to clipboard

Results 13 react-native-mathjax-html-to-svg issues
Sort by recently updated
recently updated
newest added

` {'$$\\mathrm{Hg}{\\vphantom{A}}^{2+} {}\\mathrel{\\xrightarrow{\\mathrm{I}{\\vphantom{A}}^{-}}}{}$$'} `

Hi, I'm having issues rendering inline equations. Sometimes it works fine, but othertimes it overlaps with html text making it unintelligible. ![image](https://github.com/webyonet/react-native-mathjax-html-to-svg/assets/30912229/4577995f-6f9d-463f-b5f1-b9abc9d9c06f) any guidance of how can I solve this?...

I have this code: `import React from 'react'; import { View } from 'react-native'; import { MathJaxSvg } from 'react-native-mathjax-html-to-svg'; const MathJaxSvgHtml = ({ feladat, className }) => { return...

**Description:** Currently running on Web via Expo. Things seem to be working properly but the console is flooded with warnings. It seems that the entire `ts` folder is missing from...

the underrightarrow key show a small arrow but i need to show a arrow. the input is : `$+[O]$ $\begin {matrix}\\\underrightarrow{KMnO_4}\\{KOH}\end {matrix}$ $A$ $\underrightarrow{NaOH}$ $B$ $\begin {matrix}\\\underrightarrow{NaOH}\\{CaO}\end {matrix}$ $C$. `...

``` const html = `\(\overline{(0 + 1)}・(1 + 1)\)`; return ( {html} ); ``` does show: ``` ( 0 + 1 ) ・(1 + 1) ``` does not show overline...

Hello, I am generating multiple formulas in different blocks of Text (it is required for my application) : ![image](https://user-images.githubusercontent.com/14126426/175828892-a011b2cb-9caf-4636-86e4-685236b33b90.png) After generating 3 randoms formulas, I have : ![image](https://user-images.githubusercontent.com/14126426/175828934-35da0a81-4a2b-4e2a-b957-111afc37b816.png) All formulas...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. I was getting an error ```...

Image tag of html with a online link does not gets render also i have this ```"\tCH3CH2CHOHCH(CH3)CHO"``` as a text the alignment of the html is a bit weird please...