I discovered the answer by chance - just press enter twice...
BR David
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi. I'm trying to send a message with markdown through MS Teams like this:
*Some explanation 1.
Here's a code example:
import pandas as pd
df = pd.read_csv('file_path.csv')
Some explanation 2*
I can't close the code block with "
". "Some explanation 2" keeps getting formatted as if it was part of the code block.
Is there any way to do this? I didn't find any documentation regarding it. By the way, I need to use markdown because this is a message that will be sent through a chat bot.
Thanks in advance