Can I output one YAML property in quotes? #1552
Unanswered
lacarvalho91
asked this question in
Q&A
Replies: 1 comment
-
By default
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've run into a problem which is caused by another system reading
235e732
as a number. It reads from a file that is being written to byyq
:I then saw in the docs about styles so I tried:
While this does indeed wrap
235e732
in quotes, it also returns the full document. Is there a way to getyq
to quote one property and only output that property?Beta Was this translation helpful? Give feedback.
All reactions