Sub6Resources / flutter_html

A Flutter widget for rendering static html as Flutter widgets (Will render over 80 different html tags!)
https://pub.dev/packages/flutter_html
MIT License
1.8k stars 875 forks source link

[QUESTION]Indent the first line of a paragraph in an article #1441

Open qadan72 opened 2 months ago

qadan72 commented 2 months ago

May I ask how to solve the issue of indentation at the beginning of paragraphs in the latest version? For example, in a paragraph with 7 lines, the first line needs to be indented by 2 spaces. I tried using '&nbsp' but it didn't work.

I am using flutter_ html: ^ 3.0.0-beta. 2