Closed raspberrypilearningbot closed 2 years ago
There is a markdown issue in step Open a socket in locale: en. Error: Markdown contained an unclosed tag: ["save"]
For mapping values are not allowed in this context errors, the reported line number may be misleading (due to https://github.com/ruby/psych/issues/190).
mapping values are not allowed in this context
Check any YAML (eg. in your ---code--- blocks) as missing colons, or a missing space after a colon, are common issues.
---code---
Try pasting the YAML into this linter if you're stuck: http://www.yamllint.com/
There is a markdown issue in step Open a socket in locale: en. Error: Markdown contained an unclosed tag: ["save"]
For
mapping values are not allowed in this context
errors, the reported line number may be misleading (due to https://github.com/ruby/psych/issues/190).Check any YAML (eg. in your
---code---
blocks) as missing colons, or a missing space after a colon, are common issues.Try pasting the YAML into this linter if you're stuck: http://www.yamllint.com/