Description
I saw this issue was raised already but closed because the original poster did not provide examples.
It seems that the preview mode does not respect multiline strings, and instead puts them all on one line. This happens both when using the pipe and when using the right angle bracket character (which is supposed to enable newlines with a blank line, according to the spec as outlined here).
Sample Markdown
title:
summary: |
This is line one.
This is a new line.
So is this.
title: Example using right angle bracket
summary: >
This is line one.
This is a new line after a blank line.
So is this.
MarkEdit Version
1.33.0 (92)
MarkEdit Preview Version
1.8.1
macOS Version
Tahoe 26.5.1
Description
I saw this issue was raised already but closed because the original poster did not provide examples.
It seems that the preview mode does not respect multiline strings, and instead puts them all on one line. This happens both when using the pipe and when using the right angle bracket character (which is supposed to enable newlines with a blank line, according to the spec as outlined here).
Sample Markdown
title:
summary: |
This is line one.
This is a new line.
So is this.
title: Example using right angle bracket
summary: >
This is line one.
This is a new line after a blank line.
So is this.
MarkEdit Version
1.33.0 (92)
MarkEdit Preview Version
1.8.1
macOS Version
Tahoe 26.5.1