Skip to content

Commit 8846e4b

Browse files
Merge pull request #1847 from Urgau/relnote-4-backticks
Use 4 backticks by default in relnote template
2 parents 6d5385f + 0329416 commit 8846e4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/handlers/relnotes.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ This issue tracks the release notes text for #{}.
8585
8686
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).
8787
88-
```markdown
88+
````markdown
8989
# Category (e.g. Language, Compiler, Libraries, Compatibility notes, ...)
9090
- [{}]({})
91-
```
91+
````
9292
9393
> [!TIP]
9494
> Use the [previous releases](https://doc.rust-lang.org/nightly/releases.html) categories to help choose which one(s) to use.
@@ -101,8 +101,8 @@ The responsible team for the underlying change should edit this section to repla
101101
If the change is notable enough for inclusion in the blog post, the responsible team should add content to this section.
102102
*Otherwise leave it empty.*
103103
104-
```markdown
105-
```
104+
````markdown
105+
````
106106
107107
cc {} -- origin issue/PR authors and assignees for starting to draft text
108108
",

0 commit comments

Comments
 (0)