tagis

Results 1 comments of tagis

In my case, tag descriptions in YAML frontmatter like: ``` tags: [tag1, tag2] ``` or ``` tags: - tag1 ``` caused the same problem. Worked properly after removing the above...