date-check rdg contribution section
This commit is contained in:
parent
d7794fb801
commit
a0a83bc7c8
|
|
@ -395,20 +395,20 @@ Just a few things to keep in mind:
|
||||||
add a special annotation before specifying the date:
|
add a special annotation before specifying the date:
|
||||||
|
|
||||||
```md
|
```md
|
||||||
<!-- date-check --> Sep 2024
|
<!-- date-check --> Apr 2025
|
||||||
```
|
```
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
```md
|
```md
|
||||||
As of <!-- date-check --> Sep 2024, the foo did the bar.
|
As of <!-- date-check --> Apr 2025, the foo did the bar.
|
||||||
```
|
```
|
||||||
|
|
||||||
For cases where the date should not be part of the visible rendered output,
|
For cases where the date should not be part of the visible rendered output,
|
||||||
use the following instead:
|
use the following instead:
|
||||||
|
|
||||||
```md
|
```md
|
||||||
<!-- date-check: Sep 2024 -->
|
<!-- date-check: Apr 2025 -->
|
||||||
```
|
```
|
||||||
|
|
||||||
- A link to a relevant WG, tracking issue, `rustc` rustdoc page, or similar, that may provide
|
- A link to a relevant WG, tracking issue, `rustc` rustdoc page, or similar, that may provide
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue