mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +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
|