You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/views/asciicasts/_thumbnail.html.slim

7 lines
185 B
Plaintext

pre.asciinema-terminal.font-small
- for line in thumbnail.lines
span.line
- for cell in line
span class=cell.css_class style=cell.css_style = cell.text
= "\n"