Behavior observed on the public demo. Entering a newline does not trigger expansion like hitting space does. Example:
input:
produces:
text highlight text
(note that 'highlight' is correctly italicized and the * are elided from the rendered output)
but input:
text *highlight*<newline>
text
produces:
text *highlight*
text
(note the * are left literal and the word 'highlight' is not italicized)
Behavior observed on the public demo. Entering a newline does not trigger expansion like hitting space does. Example:
input:
produces:
text highlight text
(note that 'highlight' is correctly italicized and the * are elided from the rendered output)
but input:
produces:
text *highlight*
text
(note the * are left literal and the word 'highlight' is not italicized)