ReferenceUtilsis-styledOn this pageis-styled is-styled(it)(source) Determine if a content is styled (i.e. wrapped by Typst's internal styled element when set or show rules are applied). Example: is-styled(text(fill: red)[Red]) returns true Parametersit : contentThe content to check. Returns: bool