Closed zerocewl closed 3 years ago
NOTE: This bug comes with changes from 0.2.1 to 0.3.1.
After an update to version 0.3.1 the content below an asciinema element is hidden. It is using a local file.
asciinema
If the generated html <asciinema-player ... is manually wrapped into a container like <p>, <span> or <div> the content is visible again.
<asciinema-player ...
<p>
<span>
<div>
Maybe the <asciinema-player {options} src="data:application/json;base64,{src}" /> should be moved into a container?
<asciinema-player {options} src="data:application/json;base64,{src}" />
Available workarounds:
.. container:: custom .. asciinema:: examples/test.cast :title: test me I'm hidden if the container is removed.
Hi. Sorry for the delay, will take a look soon
it looks tag just needs to be closed in HTML way. fixed in 0.3.2
NOTE: This bug comes with changes from 0.2.1 to 0.3.1.
After an update to version 0.3.1 the content below an
asciinema
element is hidden. It is using a local file.If the generated html
<asciinema-player ...
is manually wrapped into a container like<p>
,<span>
or<div>
the content is visible again.Maybe the
<asciinema-player {options} src="data:application/json;base64,{src}" />
should be moved into a container?Available workarounds:
asciinema
into a container by hand e.g.