Hello
👀 Reading hidden code
md"# Hello"
World
👀 Reading hidden code
md"# World"
- Hello
- World
👀 Reading hidden code
html"""
<script>
const headers = Array.from(
document.querySelectorAll(
"pluto-notebook pluto-output h1"
)
)
return html`<ul>${headers.map(h1 =>
html`<li>${h1.innerText}</li>`
)}</ul>`
</script>
"""