We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a0be2 commit cbcd607Copy full SHA for cbcd607
docs/index.md
@@ -5,6 +5,10 @@
5
6
This is a sample markdown file with some random content.
7
8
+<div align="center">
9
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/CraBXLQ221Q" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
10
+</div>
11
+
12
### Features
13
14
- Bullet points
@@ -19,6 +23,8 @@ This is a sample markdown file with some random content.
19
23
```python
20
24
def hello_world():
21
25
print("Hello, world!")
26
27
22
28
```
29
30
##
0 commit comments