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 <ojeytonwilliams@gmail.com>

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
Shaun Hamilton 2021-01-21 17:42:29 +00:00 committed by GitHub
parent 8e62a243bb
commit 5bfc6de78b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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...` - 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.`. - 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 - Use single-quotes where applicable
**Note:** The equivalent _Markdown_ should be used in place of _HTML_ tags. **Note:** The equivalent _Markdown_ should be used in place of _HTML_ tags.