noties / Markwon

Android markdown library (no WebView)
https://noties.io/Markwon/
Apache License 2.0
2.68k stars 298 forks source link

Latex matrix not rendered when I enable R8/Progaurd #464

Closed kinglighthill closed 7 months ago

kinglighthill commented 8 months ago
Uche01 commented 8 months ago

@noties I'm facing the same issue. Perhaps there are some proguard rules that needs to be set to enable matrices to render correctly on android. They render correctly in debug but in release after enabling proguard, matrix fails to render.

joaozemind commented 7 months ago

add the following line to your proguard -keep class org.scilab.forge.jlatexmath.** { *; }

kinglighthill commented 7 months ago

Thank you @joaozemind it worked.