79783382

Date: 2025-10-06 06:04:09
Score: 1
Natty:
Report link

I was able to solve this by inserting a "Word Joiner" unicode character U+2060 in between the inline content and the text. You can try something like this:

val nestedStr = buildAnnotatedString {
    append(prefix)
    append("\u2060")
    appendInlineContent("icon", "?")
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kpts 44