Inklewriter - Printing markers using strings

I’ve recently begun using Inklewriter, and I would like to know if it’s possible to print a marker that’s set to a string. For example, I’ve set the marker “clothes” to “a tattered shirt and pants”, and would like to print it when the player examines themselves.

clothes = "a tattered shirt and pants" Your wearing [value:clothes].

However when I try this, the story just reads, “Your wearing zero.” I know that I could just use numbers to decide what text to print, but this would get a bit tedious if there were a lot of clothing options in the game.

Thanks in advance for any advice :smiley: