0

I want to make some text bold in Facebook Messenger, I know adding text will make text bold. I have been using this before. Look like Facebook has done some updates recently when I add (asterisk)text(asterisk), it repeated the first two letters of the text.

when I send a message using hero card, text with bold is coming. When i send as await turnContext.SendActivityAsync("Some *text*");

I am seeing the problem.

there is no update here also. here

enter image description here

Sanjeev Gautam
  • 353
  • 3
  • 15

1 Answers1

0

Did you try turnContext.SendActivityAsync("Some **text**")?

Here you can see more info. https://learn.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-format?tabs=adaptive-md%2Cconnector-html

  • Thanks for ur response. It seems there is an issue with Facebook. I have raised the incident with facebook. I will give update soon. – Sanjeev Gautam Aug 28 '20 at 11:41