We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We don't support for Block Scalar formatting.
Block scalar are pretty well documented here: https://yaml-multiline.info/ The application is compatible with YAML 1.2 specification.
Additional resource: https://stackoverflow.com/a/21699210
The text was updated successfully, but these errors were encountered:
feat(yaml): add support for YAML block scalar literals
5aed8b7
Refs #249
7ec929c
e5e4c7a
feat(yaml): add support for YAML block folded scalars
0a93c1a
Closes #249
038d3af
char0n
Successfully merging a pull request may close this issue.
We don't support for Block Scalar formatting.
Block scalar are pretty well documented here: https://yaml-multiline.info/
The application is compatible with YAML 1.2 specification.
Additional resource: https://stackoverflow.com/a/21699210
The text was updated successfully, but these errors were encountered: