@@ -556,7 +556,7 @@ $(function () {
and HTML:
-```
+```html
```
@@ -564,7 +564,7 @@ See examples: [example 1](http://troolee.github.io/gridstack.js/demo/knockout.ht
**Notes:** It's very important to exclude training spaces after widget template:
-```
+```javascript
template:
[
'
',
@@ -621,7 +621,7 @@ and so on.
Here is a SASS code snipped which can make life easier (Thanks to @ascendantofrain, [#81](https://github.com/troolee/gridstack.js/issues/81)):
-```
+```sass
.grid-stack-item {
$gridstack-columns: 12;
@@ -645,7 +645,7 @@ There are few extra CSS batteries in `gridstack-extra.css` (`gridstack-extra.min
You can use other than 12 grid width:
-```
+```html
...
```
```javascript
@@ -731,7 +731,7 @@ CSS stylesheet dynamically. As a workaround you can do the following:
- Create `gridstack-ie8.css` for your configuration (sample for grid with cell height of 60px can be found [here](https://gist.github.com/troolee/6edfea5857f4cd73e6f1)).
- Include this CSS:
-```
+```html