alice-in-metamorpov/adventures-in-wonderland/poems/twinkle-twinkle-little-bat-...

18 lines
295 B
Plaintext
Raw Permalink Normal View History

2025-09-07 13:25:32 -04:00
#let poem(content) = {
set par(first-line-indent: 0em)
align(center, block[
#set align(center)
#set block(breakable: false)
#emph(content)
])
}
#poem[
#block[
Up above the world you fly, \
Like a tea-tray in the sky. \
#h(2em)Twinkle, twinkle---’”
]
]