File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -78,12 +78,14 @@ $ hyperlayout start
78
78
![ Demo 2] ( https://cdn.rawgit.com/timolins/hyperlayout/master/assets/demo2.svg )
79
79
80
80
# Examples
81
- ![ Example 1] ( https://cdn.rawgit.com/timolins/hyperlayout/master/assets/example1.svg ) ** Tabs**
81
+ #### Tabs
82
+ ![ Example 1] ( https://cdn.rawgit.com/timolins/hyperlayout/master/assets/example1.svg )
82
83
``` json
83
84
[" 1" , " 2" ]
84
85
```
85
86
---
86
- ![ Example 2] ( https://cdn.rawgit.com/timolins/hyperlayout/master/assets/example2.svg ) ** Horizontal Panes**
87
+ #### Horizontal Panes
88
+ ![ Example 2] ( https://cdn.rawgit.com/timolins/hyperlayout/master/assets/example2.svg )
87
89
``` json
88
90
[[" 1" , " 2" ]]
89
91
```
95
97
}
96
98
```
97
99
---
98
- ![ Example 3] ( https://cdn.rawgit.com/timolins/hyperlayout/master/assets/example3.svg ) ** Vertical Panes**
100
+ #### Vertical Panes
101
+ ![ Example 3] ( https://cdn.rawgit.com/timolins/hyperlayout/master/assets/example3.svg )
99
102
``` json
100
103
[[[" 1" , " 2" ]]]
101
104
```
You can’t perform that action at this time.
0 commit comments