Video with image syntax:
.
![](https://example.com/file.webm)
.
<p><video width="320" height="240" class="audioplayer" controls>
<source type="video/webm" src="https://example.com/file.webm"></source>
DU KANNST DIES NICHT ABSPIELEN ABER HERUNTERLADEN: https://example.com/file.webm
</video></p>
.

Audio with image syntax:
.
![](https://example.com/file.ogg)
.
<p><audio width="320" controls class="audioplayer">
<source type="audio/ogg" src="https://example.com/file.ogg"></source>
DU KANNST DIES AUCH NICHT ABSPIELEN ABER HERUNTERLADEN: https://example.com/file.ogg
</audio></p>
.

Check usual image is not broken:
.
![](https://example.com/file.png)
.
<p><img src="https://example.com/file.png" alt=""></p>
.

Video with image syntax and title:
.
![some fancy title](https://example.com/file.webm)
.
<p><video width="320" height="240" class="audioplayer" controls>
<source type="video/webm" src="https://example.com/file.webm"></source>
DU KANNST DIES NICHT ABSPIELEN ABER HERUNTERLADEN: https://example.com/file.webm
DIES KÖNNTE ENTHALTEN SEIN: some fancy title
</video></p>
.
