I noticed in the last week or so Heidi seems to have lost the ability to have leading spaces at the start of a line in order to show that something is a list. So whereas before it would produce stuff like this:
  • Heading 1
- item 1
- item 2
  • Heading 2
- item 3
- item 4
Now it looks like this:
  • 1 Heading
  • item 1
  • item 2
  • Heading 2
  • item 3
  • item 4
It seems like the text is still generated the same so I'm wondering if this is something happening AFTER the LLM is generating the text, that the leading spaces are getting deleted somehow when Heidi displays the output from the LLM? It definitely makes the notes harder to read and also triggers my OCD so I end up wasting time putting the spaces in.
Edit: looks like the lists get automatically reformatted here so I'll attach a screenshot to show what I mean.