Show backslash character

In this case Github also need to escape the "\" in order to show it. ;)
pull/33/head
ljcordero 6 years ago committed by GitHub
parent 3d62a9eea1
commit d463a90184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -311,7 +311,7 @@ Asabeneh Yetayeh. I am 250. I live in Finland
#### Long Literal Strings #### Long Literal Strings
A string could be a single character or paragraph or a page. If the string length is too big it does not fit in one line. We can use the backslash character (\) at the end of each line to indicate that the string will continue on the next line. A string could be a single character or paragraph or a page. If the string length is too big it does not fit in one line. We can use the backslash character (\\) at the end of each line to indicate that the string will continue on the next line.
**Example:** **Example:**
```js ```js

Loading…
Cancel
Save