mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 17:26:32 +00:00
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
