You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In YAML lists can be optionally indented. In case where the list is indented, the plugin works as expected. When there is no list indent, it ignores the list.
Without indents (doesn't work):
list:
- item1
- item2
With indents (works):
list:
- item1
- item2
The text was updated successfully, but these errors were encountered:
In YAML lists can be optionally indented. In case where the list is indented, the plugin works as expected. When there is no list indent, it ignores the list.
Without indents (doesn't work):
With indents (works):
The text was updated successfully, but these errors were encountered: