pymsteams icon indicating copy to clipboard operation
pymsteams copied to clipboard

HTML tables stopped working

Open talbaumel opened this issue 1 year ago • 4 comments

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

Screenshots

Additional context

talbaumel avatar Nov 21 '22 15:11 talbaumel