alice-in-metamorpov/adventures-in-wonderland/poems/beautiful-soup-part-2.typ

17 lines
269 B
Plaintext
Raw 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(left)
#set block(breakable: false)
#emph(content)
])
}
#poem[
#block[
“Soo---oop of the e---e---evening, \
#h(1em)Beautiful, beautiful Soup!”
]
]