Is it possible to embed a youtube video in a bullet list?

When I try to embed a youtube video in a bullet list, it doesn’t seem to work. I tried the following:

  1. Use triple backticks and break lines:
  * list item ```embed 
url: https://youtu.be/8btx9HeuZ4s 
```
  1. Use triple backticks and keep everything in one line
  * list item ```embed url: https://youtu.be/8btx9HeuZ4s ```
  1. Use simple backticks and keep everything in a single line:
  * list item `embed url: https://youtu.be/8btx9HeuZ4s `

None of these options work, and the first one breaks the page. The only workaround I have so far is to close the list removing all the indentation, put the embed at the “root indentation”, and then start another list.

Does anyone know if there is a way to make this work in bullet lists?

Thanks!

Not right now. I’m looking at having another way to embed content as part of Space Lua, which should also work in bullet lists. Stay tuned.