From 5bfc6de78bf39a523bc51a3619224e14e87f7b51 Mon Sep 17 00:00:00 2001 From: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com> Date: Thu, 21 Jan 2021 17:42:29 +0000 Subject: [PATCH] feat(docs): add newline formatting for notes tip (#40712) * feat(docs): add newline formatting for notes tip * clarify formatting Co-authored-by: Oliver Eyton-Williams Co-authored-by: Oliver Eyton-Williams --- docs/how-to-work-on-coding-challenges.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to-work-on-coding-challenges.md b/docs/how-to-work-on-coding-challenges.md index 8d458f7ecd..6883104f32 100644 --- a/docs/how-to-work-on-coding-challenges.md +++ b/docs/how-to-work-on-coding-challenges.md @@ -276,8 +276,8 @@ The following is an example of code: ``` ```` -- Additional information in the form of a note should be formatted `**Note:** Rest of note text...` -- If multiple notes are needed, then list all of the notes in separate sentences using the format `**Notes:** First note text. Second note text.`. +- Additional information in the form of a note should be surrounded by blank lines, and formatted: `**Note:** Rest of note text...` +- If multiple notes are needed, then list all of the notes in separate sentences using the format: `**Notes:** First note text. Second note text.` - Use single-quotes where applicable **Note:** The equivalent _Markdown_ should be used in place of _HTML_ tags.