noties / Markwon

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

How to make code block scrollable? #345

Closed kalucky0 closed 3 years ago

kalucky0 commented 3 years ago

In my app there are a lot of code blocks, but because of word wrapping most of it is completely unreadable and I would want to implement a horizontal scroll to all scroll blocks. How can I do that?

App Screenshot

noties commented 3 years ago

Hello @kalucky0 ,

there is a sample that demonstrates how to do it with MarkwonAdapter in a RecyclerView: RecyclerSample

kalucky0 commented 3 years ago

Works like a charm Screenshot_20210326-000800_OSDev Wiki.jpg