mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
rl-next: Use markdown frontmatter syntax
The old syntax is still supported, as long as you don't use a { in the description - the reason to migrate.
This commit is contained in:
parent
360f3b3a9e
commit
3811b334c6
7 changed files with 26 additions and 32 deletions
|
@ -257,17 +257,16 @@ User-visible changes should come with a release note.
|
|||
Here's what a complete entry looks like. The file name is not incorporated in the document.
|
||||
|
||||
```
|
||||
---
|
||||
synopsis: Basically a title
|
||||
issues: #1234
|
||||
prs: #1238
|
||||
description: {
|
||||
issues: 1234
|
||||
prs: 1238
|
||||
---
|
||||
|
||||
Here's one or more paragraphs that describe the change.
|
||||
|
||||
- It's markdown
|
||||
- Add references to the manual using @docroot@
|
||||
|
||||
}
|
||||
```
|
||||
|
||||
Significant changes should add the following header, which moves them to the top.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue