fix: added multiple note format rule (#36174)

This commit is contained in:
Randell Dawson
2019-06-05 06:30:11 -07:00
committed by Tom
parent 93bfd479e7
commit e2e3c09686

View File

@ -142,6 +142,7 @@ The following is an example of code:
```` ````
- Additional information in the form of a note should be formatted `<strong>Note:</strong> Rest of note text...` - Additional information in the form of a note should be formatted `<strong>Note:</strong> Rest of note text...`
- If multiple notes are needed, then list all of the notes in separate sentences using the format `<strong>Notes:</strong> First note text. Second note text.`.
- Use double quotes where applicable - Use double quotes where applicable
## Formatting seed code ## Formatting seed code