mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-02-07 12:19:02 +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
|