Format of a description field is changing

Hi, I’m not sure if this is a bug, but don’t know where else to put it.

I’ve built an automation to populate a Rich text field with a preset template. I noticed that the visual layout of the text changes after templating.

Before

After

It would be great if the layout (spaces, Emphasis in text, colors, etc.) doesn’t get effected. Would that be possible?

Kind regards.

Marloes

Text highlight colors (and some other aspects of formatting) in Rich Text fields are encoded in the HTML representation of the text; the Markdown version is missing this formatting.

When you are using Javascript, be sure to retrieve and set RTF fields as HTML, not MD.