西安Linux用户组(Xi'an Linux User Group) - Example Site: http://xalug.com/docs/example/ - Table of Contents: http://xalug.com/docs/example/table-of-contents/ - With ToC: http://xalug.com/docs/example/table-of-contents/with-toc/ - Without ToC: http://xalug.com/docs/example/table-of-contents/without-toc/ - 3rd Level: http://xalug.com/docs/example/collapsed/3rd-level/ - 4th Level: http://xalug.com/docs/example/collapsed/3rd-level/4th-level/ - Asciinema: http://xalug.com/docs/shortcodes/asciinema/ - Buttons: http://xalug.com/docs/shortcodes/buttons/ - Columns: http://xalug.com/docs/shortcodes/columns/ - Details: http://xalug.com/docs/shortcodes/details/ - Badges: http://xalug.com/docs/shortcodes/experimental/badges/ - Cards: http://xalug.com/docs/shortcodes/experimental/cards/ - Images: http://xalug.com/docs/shortcodes/experimental/images/ - Hints: http://xalug.com/docs/shortcodes/hints/ - Mermaid: http://xalug.com/docs/shortcodes/mermaid/ - Steps: http://xalug.com/docs/shortcodes/steps/ - Tabs: http://xalug.com/docs/shortcodes/tabs/ - KaTeX: http://xalug.com/docs/shortcodes/katex/ # Asciinema Asciinema shortcode integrates asciinema player into the markdown page. ```tpl {{}} ``` {{< asciinema cast="asciinema-627097.cast" loop=true autoplay=true speed=2 >}} ## Parameters All parameters added to the shortcode will be transformed to options for Asciinema player, expect `cast` parameter that is used to locate cast file. Cast file follows same rules as portable image, it could be site resource, page resource or remote file URL. [List of Asciinema options](https://docs.asciinema.org/manual/player/options/)