diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-08-27 21:55:50 +0900 |
---|---|---|
committer | Marcel Amirault <mamirault@gitlab.com> | 2019-08-27 21:56:35 +0900 |
commit | 9acd3dca8a5804c15b2135dde7e14d23159955f0 (patch) | |
tree | d9a242fcdacd754a927a54100e23b8f8a204a798 /doc/development/documentation/styleguide.md | |
parent | 4ad96a4e927808a3afd7fe9726fa86345c2791e6 (diff) | |
download | gitlab-ce-docs-markdownlint-fixes-1.tar.gz |
Fix markdown in various docsdocs-markdownlint-fixes-1
Clean up issues that may cause the docs-lint
test to fail, such as trailing whitespace, no
EOF newline, blockquotes, etc
Diffstat (limited to 'doc/development/documentation/styleguide.md')
-rw-r--r-- | doc/development/documentation/styleguide.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/development/documentation/styleguide.md b/doc/development/documentation/styleguide.md index c1e3eb9680b..bfcda1dd7fc 100644 --- a/doc/development/documentation/styleguide.md +++ b/doc/development/documentation/styleguide.md @@ -783,8 +783,6 @@ For multiple paragraphs, use the symbol `>` before every line: > > - This is a list item > - Second item in the list -> -> ### This is an `h3` ``` Which renders to: @@ -795,9 +793,6 @@ Which renders to: > > - This is a list item > - Second item in the list -> -> ### This is an `h3` ->{:.no_toc} ## Terms |