YAML parser doesn't like spaces in the list items?

+1 vote
asked Sep 7, 2021 in Question / help by dragondive (480 points)

The below sample code doesn't parse because there's a space between 'YAML' and 'Resources'. But if you remove the space, for example, by changing to 'YAML_Resources', then it parses. 

I don't want to put underscores, dashes or other punctuation marks in my list items, and putting the entire item in double quotes also doesn't work. How to resolve this problem?

@startyaml
YAML Resources:
  YAML: https://yaml.org/spec/1.2/
@endyaml
commented Sep 7, 2021 by The-Lu (64,340 points)

Hello D.,

See this similar request here:

Regards,
Th.

1 Answer

0 votes
answered Jun 27, 2022 by The-Lu (64,340 points)

With the last beta (v.1.2022.7beta1) it is now corrected:

Thanks at PlantUML team.

...