Skip to content

Commit 2f0f033

Browse files
author
tchap
committed
Update README.md
Add specific language code (for syntax highlight)
1 parent af5805c commit 2f0f033

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,26 @@ ___Strong emphasized text___
4444

4545
Markup : `code()`
4646

47+
```javascript
48+
var specificLanguage_code =
49+
{
50+
"data": {
51+
"lookedUpPlatform": 1,
52+
"query": "Kasabian+Test+Transmission",
53+
"lookedUpItem": {
54+
"name": "Test Transmission",
55+
"artist": "Kasabian",
56+
"album": "Kasabian",
57+
"picture": null,
58+
"link": "http://open.spotify.com/track/5jhJur5n4fasblLSCOcrTp"
59+
}
60+
}
61+
}
62+
```
63+
64+
Markup : ```javascript
65+
```
66+
4767
* Bullet list
4868
* Nested bullet
4969
* Sub-nested bullet etc

0 commit comments

Comments
 (0)