Hello !
I'm currently trying to embed a <video> using the media methods from Grav.
As for images, embedding them with
TXT

-```
works, but then the generated HTML is
<video controls="1" alt="on boarding">
<source src="/vincentricard.co/grav/user/pages/03.case/01.ReadMe/web_onboardin g.mp4">
Your browser does not support the video tag.</video>
TXT
And I can't include the autoloop and preload that are supposed to be inherent to the <video> tag.
Has anybody any idea about how to include them?
I've tried
TXT
But it does not work.
I'd like to avoid writing proper HTML in my markdown :)