Skip to content

[Bug] Error in YAML front matter preview #141

Description

@sebastian-rand

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).

Image Image Image Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions