@@ -39,13 +39,13 @@ __cond__
39
39
__ dummy__
40
40
41
41
``` html
42
- One morning, when Gregor Samsa woke from troubled dreams, he found
43
- himself transformed in his bed into a horrible vermin. He lay on his
44
- armour-like back, and if he lifted his head a little he could see
45
- his brown belly, slightly domed and divided by arches into stiff
46
- sections. The bedding was hardly able to cover it and seemed ready
47
- to slide off any moment. His many legs, pitifully thin compared with
48
- the size of the rest of him, waved about helplessly as he looked.
42
+ One morning, when Gregor Samsa woke from troubled dreams, he found
43
+ himself transformed in his bed into a horrible vermin. He lay on his
44
+ armour-like back, and if he lifted his head a little he could see
45
+ his brown belly, slightly domed and divided by arches into stiff
46
+ sections. The bedding was hardly able to cover it and seemed ready
47
+ to slide off any moment. His many legs, pitifully thin compared with
48
+ the size of the rest of him, waved about helplessly as he looked.
49
49
"What's happened to me? " he thought.
50
50
```
51
51
@@ -108,12 +108,12 @@ __jquery__
108
108
__ lorem__
109
109
110
110
``` html
111
- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
112
- eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
113
- ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
114
- aliquip ex ea commodo consequat. Duis aute irure dolor in
115
- reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
116
- pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
111
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
112
+ eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
113
+ ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
114
+ aliquip ex ea commodo consequat. Duis aute irure dolor in
115
+ reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
116
+ pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
117
117
culpa qui officia deserunt mollit anim id est laborum.
118
118
```
119
119
@@ -127,28 +127,28 @@ __meta__
127
127
128
128
__ nav__
129
129
130
- For when using ` inline-block ` .
131
-
132
130
``` html
133
- <nav class =" main-nav" >
131
+ <nav class =" main-nav clearfix " >
134
132
<ul >
135
- <li ><a href =" #" >$1</a ></li ><!--
136
- --> <li ><a href =" #" >$2</a ></li ><!--
137
- --> <li ><a href =" #" >$3</a ></li ><!--
138
- --> <li ><a href =" #" >$4</a ></li >
133
+ <li ><a href =" #" >$1</a ></li >
134
+ <li ><a href =" #" >$2</a ></li >
135
+ <li ><a href =" #" >$3</a ></li >
136
+ <li ><a href =" #" >$4</a ></li >
139
137
</ul >
140
138
</nav >
141
139
```
142
140
143
- __ nav2__
141
+ __ navib__
142
+
143
+ For when using ` inline-block ` .
144
144
145
145
``` html
146
- <nav class =" main-nav clearfix " >
146
+ <nav class =" main-nav" >
147
147
<ul >
148
- <li ><a href =" #" >$1</a ></li >
149
- <li ><a href =" #" >$2</a ></li >
150
- <li ><a href =" #" >$3</a ></li >
151
- <li ><a href =" #" >$4</a ></li >
148
+ <li ><a href =" #" >$1</a ></li ><!--
149
+ --> <li ><a href =" #" >$2</a ></li ><!--
150
+ --> <li ><a href =" #" >$3</a ></li ><!--
151
+ --> <li ><a href =" #" >$4</a ></li >
152
152
</ul >
153
153
</nav >
154
154
```
@@ -193,4 +193,4 @@ __ul__
193
193
<li >$3</li >
194
194
<li >$4</li >
195
195
</ul >
196
- ```
196
+ ```
0 commit comments