alice-in-metamorpov/through-the-looking-glass/poems/to-the-looking-glass-world-...

19 lines
410 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#let poem(content) = {
set par(first-line-indent: 0em)
align(center, block[
#set align(left)
#set block(breakable: false)
#emph(content)
])
}
#poem[
#block[
O Looking-Glass creatures,' quoth Y/n, draw near! \
'Tis an honour to see me, a favour to hear: \
'Tis a privilege high to have dinner and tea \
Along with the Red Queen, the White Queen, and me!'”
]
]