pymsteams
pymsteams copied to clipboard
HTML tables stopped working
Describe the bug I used to send HTML tables on my automatic msg, this feature stopped working (probably teams changed someting)
To Reproduce
Just try to post this msg, the table won't appear
"<h2>My table:</h2> <table border="1" class="dataframe">\n <thead>\n <tr style="text-align: right;">\n <th></th>\n <th>0</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <th>0</th>\n <td>1</td>\n </tr>\n <tr>\n <th>1</th>\n <td>2</td>\n </tr>\n <tr>\n <th>2</th>\n <td>3</td>\n </tr>\n </tbody>\n</table> 123"
Expected behavior See the table in the card