Merge pull request #1075 from hedgedoc/fix/featuresTags

Features.md: Change tag explanation
This commit is contained in:
David Mehren 2021-03-31 20:48:53 +02:00 committed by GitHub
commit 4f73d3ab98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)