Dimitry

Results 68 comments of Dimitry

You are right @pellyadolfo , thanks for bringing this up 👍 Use values in range `0.0-1.0F` to represent `0-100%` progress (with `1.0F = 100%`, `0.5F = 50%`, etc)

Dude, not cool. At least you could mention my repo in README. https://github.com/noties/Flatten

Hello @pramodshri-tgsys , there was an [attempt](https://github.com/noties/Markwon/blob/master/app-sample/src/main/java/io/noties/markwon/app/samples/html/HtmlDetailsSample.java) to achieve that in a TextView. Maybe it can help you

Hello @CRaFT4ik , well, true, markwon is not thread safe. It was not intended to be shared between multiple threads, as there is some internal state involved during parsing in...

Hello @amar-w , thank you for brining attention to this. I can confirm that this happens. A quick search reveals that this can be [fixed](https://stackoverflow.com/a/35531142) by setting highlight color of...

Hello @kosiarska , you are using HTML syntax to define SVG, so you would need to use `HtmlPlugin` along with created `svg` tag handler - it is not supported out...

@kosiarska do not open duplicate issues - #437 I'm not sure I understand you properly. If you want to be helped, you need to prepare you issue accordingly. There is...

Hello @augustofavretto93 , just call `.toString()` on parsed markdown. It should be fine for basic markdown usage. But note that images, tables and some other elements would be missing. if...