mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 10:57:58 +00:00
10 lines
233 B
Plaintext
10 lines
233 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: Org-Mode video block (on HTML, anyways)
|
||
|
# key: video
|
||
|
# --
|
||
|
#+ATTR_HTML: :controls controls
|
||
|
#+BEGIN_video
|
||
|
#+HTML: <source src="${1:<VIDEO URL>}">
|
||
|
Your browser does not support the video tag.
|
||
|
#+END_video
|