What is the NewLine Character for Dataview Strings?

Obsidian v1.5.3
Dataview v0.5.64

= join(["Line 1", "Line 2"], "\n")
and
`= “Line 1” + “\n” + “Line 2”
Generate
Line1\nLine2

I would like:
Line1
Line2

Thank you for any help :slight_smile:

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.