raspberrypilearning/editor-target-practice

Unable to process Introduction content

Closed this issue · 0 comments

There is a markdown issue in step Introduction in locale: en. Error: Markdown contained an unclosed tag: ["task"]

For mapping values are not allowed in this context errors, the reported line number may be misleading (due to ruby/psych#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/