-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Yaml] sync changelog and upgrade files #16654
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
Conversation
xabbuh
commented
Nov 24, 2015
Q | A |
---|---|
Fixed tickets | #16433 |
License | MIT |
---- | ||
|
||
* Deprecated usage of a colon in an unquoted mapping value | ||
* Deprecated usage of `@`, `\``, `|`, and `>` at the beginning of an unquoted string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Syntax error. You should use \`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, fixed it
242e47c
to
e184cea
Compare
e184cea
to
062d707
Compare
Thank you @xabbuh. |
* Deprecated usage of a colon in an unquoted mapping value | ||
* Deprecated usage of `@`, `` ` ``, `|`, and `>` at the beginning of an unquoted string | ||
* Deprecated non-escaped \ in double-quoted strings when parsing Yaml | ||
("Foo\Var" is not valid whereas "Foo\\Var" is) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you should enclose these Yaml strings in backticks to make them code blocks (otherwise the double backslash will not appear as it will be considered as a markdown escaping)