Add code snippet with 2 consecutive new lines
This demonstrates the issue that https://github.com/11ty/eleventy-plugin-syntaxhighlight/pull/5 fixes, and could serve as kind of a regression test for the fix. :)
This commit is contained in:
parent
4a517aecc1
commit
08dd5f67d0
@ -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