Login  Register

How to escape square brackets in asciidoctor video file name?

Posted by documentationchronicles on May 16, 2020; 8:13am
URL: https://discuss.asciidoctor.org/How-to-escape-square-brackets-in-asciidoctor-video-file-name-tp8005.html

Hi there. I am trying to escape square brackets in my asciidoctor video filename. I tried Passthrough(++) but browser still cannot find file.

This works:
video::testvideo.mkv[start=03:55,end=04:05,height=400]

This doesn't work:
video::testvideo[a].mkv[start=03:55,end=04:05,height=400]

With passthrough,still doesn't work:
video::++testvideo[a].mkv++[start=03:55,end=04:05,height=400]