Android-Markdown-Widget
Android-Markdown-Widget copied to clipboard
Text wrap in code snippets
Great job making this app!! Sadly, if the text in one line of the file is longer than the size of the widget, it overflows, rendering a part of it invisible. It would be useful to somehow enforce a text-wrap property to prevent it from doing so.
Thanks for reporting. This will definitely have to be fixed in the future!
Hey! I realized in the meantime that it's a bit more complicated, my content had spaces before it and markdown interprets a 4 space indent as a code block.
But there's no indication of it being one, it just overflows. Doesn't happen if it's regular text.