Merge pull request #21 from mathiasbynens/code-snippet
Add code snippet with 2 consecutive new lines
This commit is contained in:
commit
ddead22027
@ -19,4 +19,7 @@ function myCommand() {
|
|||||||
let counter = 0;
|
let counter = 0;
|
||||||
counter++;
|
counter++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Test with a line break above this line.
|
||||||
|
console.log('Test');
|
||||||
```
|
```
|
||||||
|
@ -13,6 +13,9 @@ function myCommand() {
|
|||||||
let counter = 0;
|
let counter = 0;
|
||||||
counter++;
|
counter++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Test with a line break above this line.
|
||||||
|
console.log('Test');
|
||||||
```
|
```
|
||||||
|
|
||||||
Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.
|
Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.
|
||||||
|
Loading…
Reference in New Issue
Block a user