in richtext-ui/src/commonMain/kotlin/com/halilibo/richtext/ui/string/RichTextString.kt [199:205]
public override fun getStyle(
richTextStyle: RichTextStringStyle,
contentColor: Color
): SpanStyle? = richTextStyle.superscriptStyle
}
public object Code : Format("code") {