mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-23 08:46:56 +00:00
This is passed through if it exists (in Nb4); otherwise the writer will add a random one so that cells all have an "id". Closes #7728.
23 KiB
23 KiB
In [ ]:
print("hello")In [2]:
from IPython.display import HTML
HTML("""
<script>
console.log("hello");
</script>
<b>HTML</b>
""")Out [2]:
HTML
hello
