diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-07-11 10:39:05 +0900 |
---|---|---|
committer | Marcel Amirault <mamirault@gitlab.com> | 2019-07-11 10:39:05 +0900 |
commit | 6f86614caa773f9e5fbcc0f2cf2482c8169e1f08 (patch) | |
tree | ad423a90fdc78f50ccd12548df1213281c15d3c0 /doc/development/testing_guide | |
parent | 48fa47e07d54979b70704beb16ea55548f2190c4 (diff) | |
download | gitlab-ce-docs-markdown-header-lint.tar.gz |
Clean up headers in markdowndocs-markdown-header-lint
Some markdown headers needed tweaking to adhere
to standards, including blank lines above and below,
only one space after hash, first header should be
h1, and only one h1 per doc
Diffstat (limited to 'doc/development/testing_guide')
-rw-r--r-- | doc/development/testing_guide/end_to_end/style_guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/testing_guide/end_to_end/style_guide.md b/doc/development/testing_guide/end_to_end/style_guide.md index 0272e1810f2..7a9fb2b80f3 100644 --- a/doc/development/testing_guide/end_to_end/style_guide.md +++ b/doc/development/testing_guide/end_to_end/style_guide.md @@ -66,7 +66,7 @@ We follow a simple formula roughly based on hungarian notation. *Note: This list is a work in progress. This list will eventually be the end-all enumeration of all available types. I.e., any element that does not end with something in this list is bad form.* - + #### Examples **Good** |