@@ -249,10 +249,17 @@ If the first element in an article is a @racket[verse] tag with the @racket[#:title] attribute specified, that title is used as the article’s title if the normal @racket[title] tag is absent. To cite a source, use @racket[attrib] immediately afterward. +} + +@defproc[(magick [element xexpr?] ...) txexpr?]{ + +Typeset contents using historical ligatures and the “long s” conventions of 17th-century English +books. + } @defproc[(blockquote [element xexpr?] ...) txexpr?]{ Surrounds a block quotation. To cite a source, use @racket[attrib] immediately afterward.