You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I could not reopen issue #464, I'm creating a new one because the bug is still here. Latex matrices are not rendered when obfuscation/minification is enabled. ProGuard rule -keep class org.scilab.forge.jlatexmath.** { *; } doesn't work for me. And the following rules also are not working (based on the source code):
-keep class org.commonmark.node.** { *; }
-keep class io.noties.markwon.ext.latex.** { *; }
The text was updated successfully, but these errors were encountered:
Since I could not reopen issue #464, I'm creating a new one because the bug is still here. Latex matrices are not rendered when obfuscation/minification is enabled. ProGuard rule
-keep class org.scilab.forge.jlatexmath.** { *; }
doesn't work for me. And the following rules also are not working (based on the source code):The text was updated successfully, but these errors were encountered: