Add asciinema support
This commit is contained in:
parent
981b8ad067
commit
866fe408e4
9 changed files with 2930 additions and 12 deletions
7
templates/shortcodes/asciinema.html
Normal file
7
templates/shortcodes/asciinema.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{%- import "macros/asciinema.html" as asciinema -%}
|
||||
|
||||
{{ asciinema::asciinema(
|
||||
path=path,
|
||||
colocated=colocated | default(value=false),
|
||||
preload=preload | default(value=false)
|
||||
) }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue