Is there any way for the plugin to parse <table> tag without wrapping the text? Currently the text is wrapped according to screen width, thus creating new line.

I don't want the text to wrap so there will be no ugly newlines, and I also want to be able to scroll horizontally in case the text went outside the screen width. How to achieve such feat?
Thanks!
I'm currently working on refactoring support for <table> (see #122) so I'll be sure to keep this in mind while I do so.
@Zerocchi Is this still a problem or has it been fixed by 1.0.0?
@ryan-berger I'll update tomorrow morning and let you know. Thanks!
@ryan-berger I am able to scroll horizontally and the text doesn't get wrapped anymore when I wrap the widget with SingleChildScrollView with Axis.horizontal as scroll direction. I guess my problem is solved now.
@Zerocchi I'll close this then. This seems like it is working correctly.
If you feel like there needs to be a change, please reopen the issue and we can discuss.
Most helpful comment
I'm currently working on refactoring support for
<table>(see #122) so I'll be sure to keep this in mind while I do so.