File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -224,26 +224,26 @@ Each example has three blocks:
224
224
225
225
```
226
226
!e
227
- ` /_\p-->>?\*/\pj`
227
+ /_\p-->>?\*/\pj
228
228
```
229
229
230
- ```
230
+ ``` javascript
231
231
/* Some comment I wanted to add in case
232
232
that someone wants to read it*/ def solve (data):
233
233
```
234
234
235
- ```
235
+ ``` javascript
236
236
def solve (data):
237
237
```
238
238
239
239
### Example 2
240
240
241
241
```
242
242
!e
243
- ` import-->>from`
243
+ import-->>from
244
244
```
245
245
246
- ```
246
+ ``` javascript
247
247
import {
248
248
a ,
249
249
b ,
@@ -254,18 +254,18 @@ from 'example';
254
254
class Foobar ...
255
255
```
256
256
257
- ```
257
+ ``` javascript
258
258
class Foobar ...
259
259
```
260
260
261
- ### Example 2
261
+ ### Example 3
262
262
263
263
```
264
264
!e
265
- ` #+[-->>]#+`
265
+ #+[-->>]#+
266
266
```
267
267
268
- ```
268
+ ``` nim
269
269
#[
270
270
Doc
271
271
]#
@@ -274,7 +274,7 @@ class Foobar...
274
274
class Foobar...
275
275
```
276
276
277
- ```
277
+ ``` nim
278
278
class Foobar...
279
279
```
280
280
You can’t perform that action at this time.
0 commit comments