fix(curriculum): convert all video challenges to markdown (#39189)
This commit is contained in:
@@ -7,18 +7,20 @@ videoId: VNWAQbEM-C8
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
<section id='description'>
|
||||
</section>
|
||||
|
||||
## Tests
|
||||
|
||||
<section id='tests'>
|
||||
|
||||
```yml
|
||||
````yml
|
||||
question:
|
||||
text: |
|
||||
What code would produce the following array?:
|
||||
What code would produce the following array?
|
||||
|
||||
```
|
||||
```py
|
||||
[[1. 1.]
|
||||
[1. 1.]
|
||||
[1. 1.]
|
||||
@@ -44,7 +46,6 @@ question:
|
||||
print(b)
|
||||
```
|
||||
solution: 1
|
||||
```
|
||||
````
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user