summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-07-19 12:01:41 -0400
committerAmin Bandali <bandali@gnu.org>2020-07-19 12:01:41 -0400
commit93608067770dd32ea3ce5853515254d5820edf22 (patch)
tree633161b316eb50ec63c810ce8dbffb789c5758c5 /templates
parentc9d6a48482d1b3d766abf9bf2422d7fd271c8d3e (diff)
downloademacsconf-wiki-93608067770dd32ea3ce5853515254d5820edf22.tar.xz
emacsconf-wiki-93608067770dd32ea3ce5853515254d5820edf22.zip
try using a template for <video>
to see if the <p><video> issue can be worked around this way
Diffstat (limited to 'templates')
-rw-r--r--templates/vid.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/vid.md b/templates/vid.md
new file mode 100644
index 00000000..4ae41827
--- /dev/null
+++ b/templates/vid.md
@@ -0,0 +1,5 @@
+<video controls preload="metadata">
+ <source src="<TMPL_VAR src>" type="<TMPL_VAR type>" />
+ <p><em>Your browser does not support the video tag,
+ please download the video instead.</em></p>
+</video>