With RASA 1.6.2, ''\n\n' was working fine. I did upgrade to RASA 1.9.6. After that when I use "\n\n" it breaks the sequence in this way
I tried using <br><br> but this also didn't work.
With "\n", I wasn't getting the expected result either.
With RASA 1.6.2, It works perfectly fine using "\n\n".
Please suggest me some way to fix it in RASA-1.9.6
Hi @Vikram_kamboj. Are you sure this is not an issue with the chat widget you are using to display the text?
@tyd, thanks for replying. When we run the same chat widget with RASA 1.6.2. It works fine. But with RASA 1.9.x, we started seeing this issue. I have retested the scenario again with RASA 1.6.2. It did work fine.
With Rasa 1.9.x, I had to change “/n/n” to “/ /n” (/double space/n). It fixed the issue.