@ -526,6 +526,8 @@ Columns per page. @racket[column-count] is a positive integer; @racket[column-ga
A block is a paragraph or other rectangular item (say, a blockquote or code block) with paragraph breaks around it.
@margin-note{Block-level attributes are ignored unless the quad is a block-level element. To explicitly promote a quad to a block-level element, use the @racket[display] attribute with value @racket["block"].}
Two ways of setting the point size for text. @racket[font-size] takes a @tech{dimension string}. @racket[font-size-adjust] takes a string representing a percentage (like @racket["120%"] or @racket["1.2"]) and sets the font size to the size of the parent, multiplied by the percentage.