Commit 337cbb5f authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'docs-exclude-Here-docs-vale' into 'master'

Add exception to exclude here in link

See merge request gitlab-org/gitlab!77634
parents ba1be7e3 4ed07795
...@@ -164,10 +164,14 @@ Second command line. ...@@ -164,10 +164,14 @@ Second command line.
When you omit the `>` or `|` block scalar indicators, GitLab concatenates non-empty When you omit the `>` or `|` block scalar indicators, GitLab concatenates non-empty
lines to form the command. Make sure the lines can run when concatenated. lines to form the command. Make sure the lines can run when concatenated.
<!-- vale gitlab.MeaningfulLinkWords = NO -->
[Shell here documents](https://en.wikipedia.org/wiki/Here_document) work with the [Shell here documents](https://en.wikipedia.org/wiki/Here_document) work with the
`|` and `>` operators as well. The example below transliterates lower case letters `|` and `>` operators as well. The example below transliterates lower case letters
to upper case: to upper case:
<!-- vale gitlab.MeaningfulLinkWords = YES -->
```yaml ```yaml
job: job:
script: script:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment