Styling response output - bullet points

Thanks Arjaan,

I tried that and realized after searching some more posts that the \n is valid for python string formatting, however for utterances in the domain file I needed to read up on YAML markdown to format appropriately.

There is also another thread here with information for anyone else searching for this info on the forums:

Bullet Point formatting in YAML

Yaml Multi Line String Docs

I used the pipe symbol formatting as block style indicator and then just double tabbed in my plain text underneath the section using just regular enter (carriage return) instead of the \n delineator, like the following:

text: |

I can perform the following:

  • Option 1
  • Option 2
  • Option 3

I tested it and it’s working in the chatroom responses - so thanks for the reply and leaving info for the next person with the same question! :slight_smile:

Thanks, Patrick