On shift+enter behavior

What I did:

  1. Add a new note.
  2. Type in the main body “>_abc.(SE)>(SE)>_cba.”, where (SE) indicates shift+enter and _ indicates a space.
  3. Export the new note to markdown by Export->Markdown File

What happened:
The exported text (except the title) is in one line, "> abc. > > cba.”, and is not rendered as a blockquote in my makrdown editor (Typora)

What I expected:
Three lines in the markdown file starting with >, which can be readily rendered in a markdown editor as a blockquote with two paragraphs, “abc.” and “cba."

Things that might be helpful to know (Agenda version, OS and model, etc):
Agenda 4.0, macOS Mojave 10.14.2, MBP 15’ (2016)

Be glad to hear any idea!

Sounds like the exporter is just treating the line break as a space. We’ll see if we can fix that.

Thank you Drew!