polifonia-project / ecosystem

Other
4 stars 2 forks source link

Jekyll error on external-component: LED #17

Closed enridaga closed 2 years ago

enridaga commented 2 years ago
Error: YAML Exception reading /Users/ed4565/Development/polifonia/ecosystem/content/_external-components/components/LED.md: (<unknown>): found character that cannot start any token while scanning for the next token at line 33 column 3
raphaelfournier commented 2 years ago

The error message is correct, the offending character is in LED.md, line 33. It seems that the "nested list" format is a bit specific in YAML, and one needs to use "blank first line":

related components:
  - Pilot:
    - ""
    - CHILD

We should probably mention that in the Rulebook. Source: https://stackoverflow.com/a/49725357/14450207

enridaga commented 2 years ago

This should be fixed