Merge branch 'notes_guidelines' into 'master'
Change doc styleguide to use blockquotes for notes See merge request !3009
This commit is contained in:
commit
07bc0b43b0
1 changed files with 13 additions and 3 deletions
|
@ -85,9 +85,19 @@ Inside the document:
|
|||
|
||||
## Notes
|
||||
|
||||
- Notes should be in italics with the word `Note:` being bold. Use this form:
|
||||
`_**Note:** This is something to note._`. If the note spans across multiple
|
||||
lines it's OK to split the line.
|
||||
- Notes should be quoted with the word `Note:` being bold. Use this form:
|
||||
|
||||
```
|
||||
>**Note:**
|
||||
This is something to note.
|
||||
```
|
||||
|
||||
which renders to:
|
||||
|
||||
>**Note:**
|
||||
This is something to note.
|
||||
|
||||
If the note spans across multiple lines it's OK to split the line.
|
||||
|
||||
## New features
|
||||
|
||||
|
|
Loading…
Reference in a new issue