跳到主要内容

scale-list-items

scale-list-items(scale: .75, body)(source)

Scale the font size of nested list, enum, and terms items.

Usage: #show: scale-list-items.with(scale: .75)

Parameters

scale : int | float    default: .75

The font size ratio of the current nesting level relative to the parent. Default is .75.

body : content

The content to apply the scaling to.

Returns: content