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

If yaml file starts with "{", it will cause an error. #128

Open
XYZ0128P opened this issue May 12, 2024 · 0 comments
Open

If yaml file starts with "{", it will cause an error. #128

XYZ0128P opened this issue May 12, 2024 · 0 comments

Comments

@XYZ0128P
Copy link

XYZ0128P commented May 12, 2024

for example
animal:

  • {cat|dog}
    This won't work and will render the contents of the entire yaml file unrecognizable.

and this is an example that works normally without starting with "{"
animal:

  • t, {cat|dog}

for txt files, similar errors will not occur.

I use Google Translate, I hope I can convey the meaning correctly
and Forgive me if this is the correct style

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

1 participant