We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TextView text = findViewById(R.id.test); Markwon markdown = Markwon.builder(this).usePlugin(ImagesPlugin.create(this)).usePlugin(JLatexMathPlugin.create(50)).build(); markdown.setMarkdown(text, "$$a+b=c$$");
Simply use this code in an activity would achieve this effect. App's minimum SDK version: 21 Compiled SDK version: 28 Android version: Pie (9)
The text was updated successfully, but these errors were encountered:
Hello @ringosham !
Can confirm, will release a new version with this bug fixed tomorrow
Sorry, something went wrong.
Cool. Thanks for the fast response.
@ringosham I have published 3.0.2 version with this issue fixed
3.0.2
No branches or pull requests
The equations should render properly instead of this.
Simply use this code in an activity would achieve this effect.
App's minimum SDK version: 21
Compiled SDK version: 28
Android version: Pie (9)
The text was updated successfully, but these errors were encountered: