Asciinema#
Embed terminal recordings with the Asciinema player.
Syntax#
{{< asciinema
cast="recording.cast"
loop=true
autoplay=true
speed=2 >}}The cast parameter accepts page resources, site resources, or remote URLs.
Example#
Parameters#
cast- Path to the
.castfile. Can be a local resource or a remote URL.
All other parameters are passed directly to the Asciinema player. See the Asciinema player options for the full list.
Common options: autoplay, loop, speed, theme, cols, rows, idleTimeLimit, preload.