fix(curriculum): display examples as a list (#57466)

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
Supravisor 2024-12-13 19:26:23 +13:00 committed by GitHub
parent 728acc2cb4
commit d6426edae4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,12 +13,12 @@ Idiomatic expressions are phrases where the words together have a different mean
`A ton of energy` is an idiomatic expression meaning having a lot of energy, similar to saying `loads of energy`.
Another expression would be `I slept like a rock,` which means sleeping very deeply. Here are some more examples of Idiomatic Expressions:
Another expression would be `I slept like a rock,` which means sleeping very deeply. Here are some more examples of idiomatic expressions:
`She's feeling blue today.` (feeling sad)
`This math problem is a piece of cake.` (very easy)
`He's in hot water now.` (in trouble)
`They see eye to eye.` (agree with each other)
* `She's feeling blue today.` (feeling sad)
* `This math problem is a piece of cake.` (very easy)
* `He's in hot water now.` (in trouble)
* `They see eye to eye.` (agree with each other)
# --fillInTheBlank--