Adding Break Lines to Bot Framework while using JavaScript
问题 I use Microsoft bot Framework and deployed it to Web Chat, my bot was printing the messages in a correct format as wanted with Break Lines "\n\n", then I use the following tutorial https://github.com/microsoft/BotFramework-WebChat/blob/master/README.md to integrate JavaScript with my bot to remove the attachment icon (as shown in the figure below) After using JavaScript and removing the attachment icon I found that Break Lines (\n) was stopped working, Does anyone know what did happen? The