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?

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?