soflyy / breakdance-bugs

Bug reports from Breakdance users.
40 stars 6 forks source link

Leading whitespace stripped from new lines in text fields #940

Open dreadedhamish opened 1 year ago

dreadedhamish commented 1 year ago

To reproduce:

  1. Add a text module.
  2. Add some multiline text with leading spaces like this (just regular spaces, I needed {space] for github formatting) ` first line [space][space]indented line last line '
  3. Observe output

Expected Bahaviour: Leading whitespace should be preserved.

(a workround to this bug that might be suggested is using a Rich Text module, but it's also got a bug where it strips all html tags when switching between text and html view - https://github.com/soflyy/breakdance-bugs/issues/919)