Why gemini add extra space to md list

All Gemini models like to add more space at the start of a list , like * (3 white spaces). One space is enough: * . Nested lists should have 2 white spaces instead of 4.

Hi @RandomGuy, I have asked Gemini models to generate a sample md list and observed the same.

If I print this mark down using

from IPython import display
display.Markdown(md)

the md having extra space and having space as you mentioned gives the same format. may I know how these spaces affect your use case. Thank You.