mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 17:56:30 -05:00
Merge pull request #1075 from hedgedoc/fix/featuresTags
Features.md: Change tag explanation
This commit is contained in:
commit
4f73d3ab98
1 changed files with 9 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue