Hyphen special character in info field

Can you put the text

"­"

in an info field (exactly as it appears, including quotation marks)? The ­ between the quotes is not displayed. The “Kirby secret” where you put the content in quotation marks and insert \" around it does not work in this case, both the quotation marks and \" are visible in the panel info field.

I would like to point out to the users that some browsers do not hyphenate long words automatically and that this special character therefore has to be inserted.

You could wrap it in backticks:

  info:
    type: info
    text: >
      Use `"­"` to insert a soft hyphen.

You wouldn’t need the quotes in this case.

1 Like

Thank you, the backticks did the trick.