alice-in-metamorpov/adventures-in-wonderland/poems/right-foot-esq.typ

19 lines
300 B
Plaintext

#let poem(content) = {
set par(first-line-indent: 0em)
align(center, block[
#set align(left)
#set block(breakable: false)
#emph(content)
])
}
#poem[
#block[
Y/n's Right Foot, Esq., \
#h(1em)Hearthrug, \
#h(2em)near the Fender, \
#h(3em)\(with Y/n's love).
]
]