Closed
Description
When using Tabs in JSON, inside of the front-matter of your mdx file, you will get the "failed with YAMLSemanticError: Insufficient indentation in flow collection" error when using tabs to indent multi-line separated arrays.
The following code with a single tab trigger this error:
However, when this tab is replaced by spaces, the error no longer occurs:
The only other reference to this I came across was from the YAML repo here, which may indicate an issue with the version of YAML used in this repo. eemeli/yaml#114
Thanks!
Metadata
Metadata
Assignees
Labels
No labels