Using special characters in help text of a field

How can I use special characters in the help text of a field:

eg

  fields:
    myfield:
      label: Fancy Label Title
      type: text
      help: I want to use : and # and other characters

characters I would like to use are:
: #

You can wrap the line in quotes:

help: "I want to use : and # and other characters"

Or:

help: >
  I want to use : and # and other characters
1 Like

Howdy, When I use the following help values Kirby throws an error stating, β€œThe JSON response from the API could not be parsed. Please check your API connection.”. If I remove the colons ( : ) it’s fine. Or if I place a space before/after the colons it’s fine. Any insight?

help: >
  Embed tag: (snippet: partners)