@@ -247,15 +247,23 @@ block. 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[(blockquote [element xexpr?] ...) txexpr?]{ -Surrounds a block quotation. To cite a source, include a @code{footer} tag at the bottom. +Surrounds a block quotation. To cite a source, use @racket[attrib] immediately afterward. + +} + +@defproc[(attrib [element xexpr?] ...) txexpr?]{ + +An attribution line, for citing a source for a block quotation, epigraph or poem. } @defproc[(blockcode [element xexpr?] ...) txexpr?]{ @@ -264,10 +272,11 @@ } @deftogether[(@defproc[(i [element xexpr?] ...) txexpr?] @defproc[(em [element xexpr?] ...) txexpr?] @defproc[(b [element xexpr?] ...) txexpr?] + @defproc[(mono [element xexpr?] ...) txexpr?] @defproc[(strong [element xexpr?] ...) txexpr?] @defproc[(strike [element xexpr?] ...) txexpr?] @defproc[(ol [element xexpr?] ...) txexpr?] @defproc[(ul [element xexpr?] ...) txexpr?] @defproc[(item [element xexpr?] ...) txexpr?]