Skip to content

Commit 32cb30c

Browse files
authored
Fixed confusing formatting in README.md
1 parent fa4f2d0 commit 32cb30c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ gridstack.js API
6464
- `animate` - turns animation on (default: `false`)
6565
- `auto` - if `false` gridstack will not initialize existing items (default: `true`)
6666
- `cellHeight` - one cell height (default: `60`). Can be:
67-
- an integer (px)
68-
- a string (ex: '10em', '100px', '10rem')
69-
- 0 or null, in which case the library will not generate styles for rows. Everything must be defined in CSS files.
70-
- `'auto'` - height will be calculated from cell width.
67+
* an integer (px)
68+
* a string (ex: '10em', '100px', '10rem')
69+
* 0 or null, in which case the library will not generate styles for rows. Everything must be defined in CSS files.
70+
* `'auto'` - height will be calculated from cell width.
7171
- `ddPlugin` - class that implement drag'n'drop functionallity for gridstack. If `false` grid will be static. (default: `null` - first available plugin will be used)
7272
- `disableDrag` - disallows dragging of widgets (default: `false`).
7373
- `disableResize` - disallows resizing of widgets (default: `false`).
@@ -88,8 +88,8 @@ gridstack.js API
8888
- `rtl` - if `true` turns grid to RTL. Possible values are `true`, `false`, `'auto'` (default: `'auto'`) See [example](http://troolee.github.io/gridstack.js/demo/rtl.html)
8989
- `staticGrid` - makes grid static (default `false`). If true widgets are not movable/resizable. You don't even need jQueryUI draggable/resizable. A CSS class `grid-stack-static` is also added to the container.
9090
- `verticalMargin` - vertical gap size (default: `20`). Can be:
91-
- an integer (px)
92-
- a string (ex: '2em', '20px', '2rem')
91+
* an integer (px)
92+
* a string (ex: '2em', '20px', '2rem')
9393
- `width` - amount of columns (default: `12`)
9494

9595
## Grid attributes

0 commit comments

Comments
 (0)