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:
Mathias Bynens
2018-09-22 22:45:57 -04:00
parent 4a517aecc1
commit 08dd5f67d0
2 changed files with 6 additions and 0 deletions

View File

@@ -19,4 +19,7 @@ function myCommand() {
let counter = 0;
counter++;
}
// Test with a line break above this line.
console.log('Test');
```