From 0329416e4544fcc125e87857c0e34b38f857a6bb Mon Sep 17 00:00:00 2001 From: Urgau Date: Wed, 2 Oct 2024 13:19:07 +0200 Subject: [PATCH] Use 4 backticks by default in relnote template This is done to simplify the inclusion of standard triple (```) backticks inside those boxes. --- src/handlers/relnotes.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/handlers/relnotes.rs b/src/handlers/relnotes.rs index ba87d521..1ee5bba1 100644 --- a/src/handlers/relnotes.rs +++ b/src/handlers/relnotes.rs @@ -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. @@ -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 ",