Skip to content

Commit 2abc968

Browse files
committed
Fix some warning blocks that contain Markdown
Content inside of an HTML element only gets interpreted as Markdown (as opposed to HTML) if its separated by line breaks from the HTML tags.
1 parent 7481038 commit 2abc968

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/infra/docs/bors/queue-resync.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
bors queue page: <https://bors.rust-lang.org/queue/rust>.
44

55
<div class="warning">
6+
67
**WARNING**: You should only do this if you have bors `r+` permissions on the
78
rust-lang/rust repo. Please do not synchronize if you do not have `r+` permissions
89
even if you have write access to the repo, as you will be unable to perform the
@@ -14,6 +15,7 @@ be recollected, and 15 minutes after that to kick out PRs that should not be in
1415
the tree.
1516

1617
**DO NOT CLICK THIS BUTTON IF YOU ARE NOT ABLE TO HANDLE THE CLEANUP.**
18+
1719
</div>
1820

1921
Sometimes you have to do a bors queue sync for various reasons. This is not

src/release/issue-triaging.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@ Anything related to the compiler implementation, such as diagnostics and ICEs.
182182
### Creating labels
183183

184184
<div class="warning">
185+
185186
Triagebot needs to support `@rustbot label: xxx` usages terminated with a period or whitespace (as inline invocation), so the label name must consist of only alphanumeric or hyphen (`-`) or underscore (`_`) characters.
187+
186188
</div>
187189

188190
- Check existing labels to make sure you're not duplicating them.

0 commit comments

Comments
 (0)