When I try to embed a youtube video in a bullet list, it doesn’t seem to work. I tried the following:
- Use triple backticks and break lines:
* list item ```embed url: https://youtu.be/8btx9HeuZ4s ```
- Use triple backticks and keep everything in one line
* list item ```embed url: https://youtu.be/8btx9HeuZ4s ```
- 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!