@@ -79,13 +79,14 @@ @defproc[(block [element xexpr?] ...) txexpr?]{ A container for content that should appear grouped together on larger displays. Intended for use in Series pages, where the template is very minimal to allow for more customization. You would want -output from @racket[] to appear inside a @racket[block], but you would want output -from @racket[] to appear outside it (since each article effectively supplies its own -block). Only relevant to HTML output. +output from @racket[(fenced-listing (articles 'short))] to appear inside a @racket[block], but when +using @racket['excerpt] or @racket['full] in place of @racket['short] in that code, you would want +the output to appear outside it (since the “full” and “excerpt” versions of each article effectively +supply their own blocks). Only relevant to HTML output. } @deftogether[(@defproc[(link [link-id stringish?] [link-text xexpr?]) txexpr?] @defproc[(url [link-id stringish?] [url string?]) void?])]{