Skip to content

Commit

Permalink
Merge pull request #1847 from Urgau/relnote-4-backticks
Browse files Browse the repository at this point in the history
Use 4 backticks by default in relnote template
  • Loading branch information
Mark-Simulacrum authored Oct 26, 2024
2 parents 6d5385f + 0329416 commit 8846e4b
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 8846e4b

Please sign in to comment.