RFC000 syntax error: @ #1158
Unanswered
BurtHarris
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm just having a look around.
Upon reviewing the RFC Process, I noticed that e RFC0000: RFC-Process has a YAML syntax error in the front matter. Do you care?
Specifically,
@michaeltlombardi
is not a valid YAML string, because the@
is a reserved character in YAML. If you want a leading at sign, you have to put it in quotes. Beyond the first character,@
is fair game.:-)
Beta Was this translation helpful? Give feedback.
All reactions