noties / Markwon

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

Can i change text align as justify? #459

Open emrememil opened 10 months ago

emrememil commented 10 months ago

I want to align markdown text as justify in textview. When I tried this using the textView's property, I didn't get any results.

What I tried: textView.justificationMode = JUSTIFICATION_MODE_INTER_WORD

How can I set Markdown text alignment to justify?