Skip to content

Sticky scroll doesn't work when not indenting YAML lists #14

@k8ieone

Description

@k8ieone

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions