fission-codes / landing-page

Fission home page
https://fission.codes
Other
9 stars 2 forks source link

YAML parser library isn't too great #4

Closed icidasset closed 3 years ago

icidasset commented 4 years ago

It doesn't support various YAML syntaxes.

# Comments don't work
# Block scalars don't work either
multiline_with_scalar: |
  Text
  Hi

Not a super big deal, since you can get around the block scalars thing with CSS (white-space property). But nevertheless, would be cool if it actually worked.