asjqkkkk / markdown_widget

📖Rendering markdown by flutter!Welcome for pr and issue.
MIT License
321 stars 93 forks source link

Help with the bullet in markdown #174

Open lucasjinreal opened 4 months ago

lucasjinreal commented 4 months ago

The markdown_widget looks the only workable markdown rending in flutter. We made some great tools with it, however, no way to find out why, these bullets are offset wrong:

image

Could you help us out?

asjqkkkk commented 4 months ago

Hi @lucasjinreal , can you provide the source data for me to locate the issue?

image

it looks like normally in my case

lucasjinreal commented 4 months ago

Hi, it might becasue of the constraint used in my row.

Does the markdown bullets works normal with some constraint with it? I am indeed have constraints, about 80% width due to very complex layout

asjqkkkk commented 4 months ago

This description may be somewhat abstract. It is recommended to gradually increase complexity through normal layout until the issue is identified.

lucasjinreal commented 4 months ago

I tried your model, with constraint and it's not working.