Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for multiline strings, a-la-yaml or a-la-python #434

Closed
odino opened this issue Jun 2, 2021 · 1 comment
Closed

support for multiline strings, a-la-yaml or a-la-python #434

odino opened this issue Jun 2, 2021 · 1 comment
Milestone

Comments

@odino
Copy link
Collaborator

odino commented Jun 2, 2021

from @omissis

What particularly do you think should be implemented? eg. this works but maybe you had something different in mind:

a = "
a
b
c
"

echo(a)
@odino odino added this to the cauldron milestone Jun 2, 2021
@omissis
Copy link

omissis commented Jun 7, 2021

I was thinking about [something like this](yaml multiline string pipe) in terms of possibilities, but I guess the current solution works just as fine without block styling and chomping as it's allowed in yaml.

@odino odino closed this as completed Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants