mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 10:57:58 +00:00
90be31cc52
As of 2021-04-12, org-mode is apparently standardized in lowercase so we'll follow that for the sake of future-proofing.
10 lines
233 B
Plaintext
Executable File
10 lines
233 B
Plaintext
Executable File
# -*- 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
|