APEX 24.2.1
Hello,
for my item type Rich Text Editor format Markdown it should to preserve empty lines.
I am facing the following behaviour:
Pressing Enter results in paragraphs (<p></p>) (or pressing Shift+Enter results in breaks (<br>)).

Saving the item value to a table the paragraphs and breaks are transformed to \n but maximum one empty line .

Showing the value via apex_markdown.to_html the empty lines disappear.

Is there a way to preserve the empty lines?