OL and UL tag support with correct indentation #12
ali-thowfeek
started this conversation in
Ideas
Replies: 2 comments 6 replies
-
First try handling li tags using your code :) https://github.com/ali-thowfeek/simple_html_css_flutter/tree/handle-li-tags |
Beta Was this translation helpful? Give feedback.
5 replies
-
Im working on the font size of the bullets right now. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@nohli This is how I first started to experiment. f2afcc2
But there are some problems to be dealt with. Need to test it thoroughly.
For instance, If there is a tag in-between the
<li>
tag like,<li>First <b>element</b></li>
it breaks it into a new line.Beta Was this translation helpful? Give feedback.
All reactions