Format text in multiple lines

I tried using \n and \ \n for the same, but both dont work.

For example my text is - Hello what is going on

I want each word to come on a new line.

Any help would be appreciated. Thank you.

@Shreya Hey! Ok, means you want something like this?

What
are
you
doing
today?

Is that right? But can I asked why you want such type of format?

@Shreya We, in conversation design format for FAQs try to provide the minimum lines of answers (which fit in the chatbot screen), if we have longer answers then we add [read more…] (https:rasa.com)

@Shreya You can archive any format (markdown). But, please can you tell me which front end you are using.

@Shreya Hi! separate line in one output:

utter_what:
  - text : " what \n
             are\n
             you \n 
             doing\n
             today\n
             ?"

its all depends on the front end, what is your frontend?

I hope it will solve your issue? Do close this thread as solution for others please. if you got the solution. Good Luck!