Skip to content

tag 方法 ^0.2.5

该方法可生一个带有颜色的标记

示例

typst
#tag[2025新高考I卷]#lorem(20)

效果图

参数

color

类型: color

默认值: blue

该参数用于设置标记的颜色

font

类型: str | auto | array

默认值: auto

该参数用于设置标记的字体

prefix

类型: str

默认值: "【"

该参数用于设置标记的前缀

suffix

类型: str

默认值: "】"

该参数用于设置标记的后缀

body

类型: str | content

默认值: 无

该参数为位置参数,设置内容

Released under the MIT License.