I personally would like to be able to specify tags either inline or in the yaml frontmatter, as they both have unique benefits.
For example, tags in the yaml frontmatter are not rendered as html. It is really useful when writing blog posts.
---
tags: [release]
---
# My release notes
I personally would like to be able to specify tags either inline or in the yaml frontmatter, as they both have unique benefits.
For example, tags in the yaml frontmatter are not rendered as html. It is really useful when writing blog posts.