Skip to content

Commit b26a509

Browse files
committed
Test syntax highlighting
1 parent 37b1359 commit b26a509

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

content/index.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
---
22
title: Vilhelms blogg
33
---
4-
# Hej världen
4+
# Hej världen
5+
6+
```js
7+
let str = "Some string";
8+
if (!Array.isArray(str)) {
9+
console.log("It's not an Array");
10+
}
11+
for (let i = 0; i < 10; i++) {
12+
str += i;
13+
}
14+
```

0 commit comments

Comments
 (0)