Migrated from flutter/flutter#81773
This issue was originally filed against the official flutter_markdown package.
The package has since been discontinued and ownership transferred to flutter_markdown_plus.
I want to use line breaks in text. See below.
Hello ABC, <br/> I would like to thank you....
However when I use try with the Markdown widget, it just shows plain text like above.
I tried double space, but it still wasn't properly parsed.