Closed gatchrsg closed 2 years ago
You can use basic markdown in all text fields - https://docs.microsoft.com/en-us/outlook/actionable-messages/message-card-reference#text-formatting
For example - use bold markdown text for message:
teams_message = pymsteams.connectorcard(os.getenv("MS_TEAMS_WEBHOOK"))
teams_message.text("**This is a simple text message.**")
teams_message.send()
Result of this example request (message in MS Teams channel):
Thank you, closing.
The enableMarkdown method does not appear to change the results rendered in the card section of the message, still comes through as paintext.