Merge pull request #304 from jodh-intel/dont-fold-code-lines

docs: Don't use backslashes in command blocks
This commit is contained in:
James O. D. Hunt 2018-11-21 09:06:34 +00:00 committed by GitHub
commit 0143ef557c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,6 +100,14 @@ utility.
```
- Long lines should not span across multiple lines by using the '`\`'
continuation character.
GitHub automatically renders such blocks with scrollbars. Consequently,
backslash continuation characters are not necessary and are a visual
distraction. These characters also mess up a user's shell history when
commands are pasted into a terminal.
# Images
All binary image files must be in a standard and well-supported format such as