d2 icon indicating copy to clipboard operation
d2 copied to clipboard

lang: Unified block string syntax

Open nhooyr opened this issue 3 years ago • 2 comments

Present

x: |md
  # markdown
|

Proposed

x: md"
  # markdown
"
x: md'
  # markdown
'

Means no new symbol for block strings and you can choose between " and ' for your quoting needs just like regular strings.

We ought to also allow making the terminating symbol for a string more than a quote just like Rust and Swift allow.

nhooyr avatar Dec 01 '22 12:12 nhooyr

maybe we should make a milestone like "next major version" to include issues like these

alixander avatar Dec 01 '22 18:12 alixander

Go for it!

nhooyr avatar Dec 01 '22 18:12 nhooyr