Is there a way to embed media players (audio/video) inside a table?

@martin Thanks to your awesome PR, audio links now work even if there are characters to the left of the URL! :tada: (many of my users struggled with this detail, so it will be much easier for them).

I noticed that now audio files work inside details:

Example

I was hoping that they would also work inside markdown tables, but I see that this doesn’t yet work:

name audio file goes here
example ![New Recording 23

I thought the problem might be the pipe character |, but it also doesn’t work with HTML tables:

name audio file goes here
example ![New Recording 23|video](upload://g3KMoFLMKmekLPcoBovHQCD71eU.mp4)

Is this a feature that could be included in a future release?

4 Likes