Skip to content

Commit 7b1d31c

Browse files
committed
πŸ› minor fix
1 parent d827294 commit 7b1d31c

File tree

5 files changed

+143
-122
lines changed

5 files changed

+143
-122
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ The .env file will be ignored by git but always be careful.
3838

3939
Check out the examples folder for some examples πŸ˜ƒ πŸš€
4040

41-
## Add a YouTube video
42-
4341
```python
4442
import os
4543

β€Žexamples/draft.yamlβ€Ž

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,15 @@ body:
1919
- type: "em"
2020
2:
2121
type: "paragraph"
22-
content: "discover the USER_ID in the url of the public profile page"
22+
content:
23+
- content: "hello"
24+
marks:
25+
- type: "strong"
26+
- type: "em"
27+
- content: ", how are you?"
28+
10:
29+
type: "paragraph"
30+
content: "my friend"
2331
3:
2432
type: "horizontal_rule"
2533
4:

0 commit comments

Comments
Β (0)