Features.md: Change tag explanation

Explain tags in the features.md with yaml metadata, instead of the
heading syntax.

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2021-03-28 12:06:16 +02:00
parent 2ea40bb98d
commit 82aa36177f

View file

@ -1,3 +1,6 @@
---
tags: features, cool, updated
---
# Features
## Introduction
@ -125,9 +128,13 @@ The first **level 1 heading** (e.g. `# Title`) will be used as the note title.
### Tags
Using tags as follows, the specified tags will show in your **history**.
Tags can be specified with [YAML metadata](./yaml-metadata#tags) at the **start** of the note. Those tags will show in your **history**.
#### tags: `features` `cool` `updated`
```yml
---
tags: features, cool, updated
---
```
### [YAML Metadata](./yaml-metadata)