Skip to content

Commit c669e07

Browse files
Use forked version of agg to create demo, handles document symbols better
1 parent 7cfe1cf commit c669e07

File tree

6 files changed

+2
-4
lines changed

6 files changed

+2
-4
lines changed

demo/box_dash_quote.gif

-4.21 KB
Loading

demo/callout.gif

-800 Bytes
Loading

demo/heading_code.gif

-16.1 KB
Loading

demo/latex.gif

-11.6 KB
Loading

demo/list_table.gif

2.53 KB
Loading

justfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ demo file rows content:
3232
--file demo/{{file}}.md \
3333
--cast {{file}}.cast \
3434
--content "{{content}}"
35-
# https://docs.asciinema.org/manual/agg/usage/
36-
agg {{file}}.cast demo/{{file}}.gif \
37-
--font-family "Monaspace Neon,Hack Nerd Font" \
38-
--last-frame-duration 1
35+
# https://github.com/MeanderingProgrammer/cli/tree/main/agg
36+
agg {{file}}.cast demo/{{file}}.gif
3937
rm {{file}}.cast
4038

4139
update:

0 commit comments

Comments
 (0)