markdown-it-math icon indicating copy to clipboard operation
markdown-it-math copied to clipboard

v5 breaks in react-native

Open nfmshow opened this issue 9 months ago • 4 comments

First, thanks a lot for this great library. I've been finding it really difficult to implement markdown math rendering (without a webview) in react native. I stumbled upon this library but v5.0.0 crashes the app once markdownit.use( MarkdownItMath) is called.

v4.1.1 works though it didn't catch all the math expressions, Does that version support custom delimiters?

Image

nfmshow avatar Apr 10 '25 09:04 nfmshow