diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-29 15:00:40 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-29 15:00:40 +0200 |
commit | bfeab78ab5a0a62919ce8af0ad2f1f8a56032531 (patch) | |
tree | 140dd55bcf3d1adbddb85614375196fc4ae7dba1 /doc/development | |
parent | 9a7690f9e29fc31161e4ca94b4a44c035d84c02e (diff) | |
download | gitlab-ce-bfeab78ab5a0a62919ce8af0ad2f1f8a56032531.tar.gz |
Change doc styleguide to use quotes for notesnotes_guidelines
[ci skip]
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/doc_styleguide.md | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/doc/development/doc_styleguide.md b/doc/development/doc_styleguide.md index 96d1dffbc52..187ec9e7b75 100644 --- a/doc/development/doc_styleguide.md +++ b/doc/development/doc_styleguide.md @@ -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 |