Skip to content

Commit

Permalink
Use 4 backticks by default in relnote template
Browse files Browse the repository at this point in the history
This is done to simplify the inclusion of standard triple (```)
backticks inside those boxes.
  • Loading branch information
Urgau authored and loic committed Oct 2, 2024
1 parent f563bc9 commit 0329416
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/handlers/relnotes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ This issue tracks the release notes text for #{}.
The responsible team for the underlying change should edit this section to replace the automatically generated link with a succinct description of what changed, drawing upon text proposed by the author (either in discussion or through direct editing).
```markdown
````markdown
# Category (e.g. Language, Compiler, Libraries, Compatibility notes, ...)
- [{}]({})
```
````
> [!TIP]
> Use the [previous releases](https://doc.rust-lang.org/nightly/releases.html) categories to help choose which one(s) to use.
Expand All @@ -101,8 +101,8 @@ The responsible team for the underlying change should edit this section to repla
If the change is notable enough for inclusion in the blog post, the responsible team should add content to this section.
*Otherwise leave it empty.*
```markdown
```
````markdown
````
cc {} -- origin issue/PR authors and assignees for starting to draft text
",
Expand Down

0 comments on commit 0329416

Please sign in to comment.