mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #162] Embedded asciinema into ReStructuredText README ignored on GitHub #739
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#739
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 @deeplook on GitHub (May 31, 2016).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/162
I'm trying to embed an asciinema into a ReStructuredText README using this snippet:
When I convert this with
rst2html.pythe snippet appears fine in the resulting HTML, but after uploading theREADME.rstto https://github.com/deeplook/sparklines GitHub will simply not show it. Is this a limitation of GitHub and/or is there a workaround without using MarkDown?@ku1ik commented on GitHub (May 31, 2016):
Github doesn't allow
<script>tags in the README. You can however use image link: