diff --git a/src/contributing.md b/src/contributing.md index 217a8fb1..e59bb0a7 100644 --- a/src/contributing.md +++ b/src/contributing.md @@ -450,16 +450,22 @@ Just a few things to keep in mind: For the action to pick the date, add a special annotation before specifying the date: - Jul 2022 + ```md + Jul 2022 + ``` Example: - As of Jul 2022, the foo did the bar. + ```md + As of Jul 2022, the foo did the bar. + ``` For cases where the date should not be part of the visible rendered output, use the following instead: - + ```md + + ``` - A link to a relevant WG, tracking issue, `rustc` rustdoc page, or similar, that may provide further explanation for the change process or a way to verify that the information is not