Skip to content

Commit 2412113

Browse files
authored
Update extended.md
1 parent ac7aa45 commit 2412113

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/extended.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -224,26 +224,26 @@ Each example has three blocks:
224224

225225
```
226226
!e
227-
`/_\p-->>?\*/\pj`
227+
/_\p-->>?\*/\pj
228228
```
229229

230-
```
230+
```javascript
231231
/*Some comment I wanted to add in case
232232
that someone wants to read it*/def solve(data):
233233
```
234234

235-
```
235+
```javascript
236236
def solve(data):
237237
```
238238

239239
### Example 2
240240

241241
```
242242
!e
243-
`import-->>from`
243+
import-->>from
244244
```
245245

246-
```
246+
```javascript
247247
import {
248248
a,
249249
b,
@@ -254,18 +254,18 @@ from 'example';
254254
class Foobar...
255255
```
256256

257-
```
257+
```javascript
258258
class Foobar...
259259
```
260260

261-
### Example 2
261+
### Example 3
262262

263263
```
264264
!e
265-
`#+[-->>]#+`
265+
#+[-->>]#+
266266
```
267267

268-
```
268+
```nim
269269
#[
270270
Doc
271271
]#
@@ -274,7 +274,7 @@ class Foobar...
274274
class Foobar...
275275
```
276276

277-
```
277+
```nim
278278
class Foobar...
279279
```
280280

0 commit comments

Comments
 (0)