Skip to content
New issue

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

Extra :// on Latex math equations. #136

Closed
ringosham opened this issue Jun 18, 2019 · 3 comments
Closed

Extra :// on Latex math equations. #136

ringosham opened this issue Jun 18, 2019 · 3 comments
Labels
Milestone

Comments

@ringosham
Copy link

ringosham commented Jun 18, 2019

  • Markwon version: 3.0.1
  • Markwon Latex extension version: 3.0.1
  1. Please specify expected/actual behavior
    The equations should render properly instead of this.
    Screenshot_20190618-221703
  2. Please specify conditions/steps to reproduce (layout, code, markdown used, etc)
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)

@noties noties added the bug label Jun 18, 2019
@noties
Copy link
Owner

noties commented Jun 18, 2019

Hello @ringosham !

Can confirm, will release a new version with this bug fixed tomorrow

@noties noties added this to the 3.0.2 milestone Jun 18, 2019
@ringosham
Copy link
Author

Cool. Thanks for the fast response.

@noties
Copy link
Owner

noties commented Jun 19, 2019

@ringosham I have published 3.0.2 version with this issue fixed

@noties noties closed this as completed Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants