- Feedback
- Features
- Text does not respect adding spaces before words, it removes the spaces.
Text does not respect adding spaces before words, it removes the spaces.
When I add text I need to have certain lines starting with spaces, but Doodly removes the spaces before the starting words. I even uploaded mono-space fonts and it did not work.
It's the beginning space of a line that is being taken away.
For example I would like to show something like the following:
Regular line
// Indented three spaces
// Indented three spaces
End regular line
But it is doing the following effect instead:
Regular line
// Indented three spaces
// Indented three spaces
End regular line
Thank you