Long date has blue date and white month/year

This template is for bug report only:

  • Lettera Version:Version 1.0.0 (3980)
  • macOS Version:26.5.1
  • What were you doing:insert current date date
  • What feature did you use:insert current date date
  • What happened:date is the color blue
  • What did you expect to happen: the date would all be the same color. is it maybe picking up number list formatting? see screenshot

That’s because the markdown is interpreting that as a list item (number + dot). Which is correct for the markdown, but incorrect for you.

We can probably add an escape character in that case. You can manually add a \ before the dot to invalidate the list.