Newline in string not working C# what i do help me
Problematic image

i want this

I have found that if I use a StringBuilder and do the following, it works
sb.AppendLine(myText);
sb.AppendLine("");
db.AppendLine(otherText);
To create a line break in markdown you have to end a line with two spaces.
Take a look at the sample on Wikipedia: https://en.wikipedia.org/wiki/Markdown
Let is know if that does not work for you.
Its not working for me, In Microsoft Bot Framework Emulator it working fine but when i upload on web for final check and try on the skype its same as before its not working in skype
Please help me what i do
@inornos hey! '\n' works when i deployed it on skype. However in emulator two spaces gives a new line.
<br/> works for me in emulator