mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[GH-ISSUE #625] Make Asciinema compatible with LibreJS #320
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#320
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ole-tange on GitHub (Apr 15, 2024).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/625
I found out it is really not that hard to make Asciinema compatible with LibreJS. Add this to *.js:
And for inline code:
See a live example on:
https://www.gnu.org/software/parallel/
May I suggest you insert these two lines in the js, and update the doc to add the lines to
@septatrix commented on GitHub (Nov 11, 2024):