2

Has anyone tried printing/sharing a html table in Cisco Webex (with markdown or anything)?

I have been trying, but never works. Not formatted correctly

Venu S
  • 3,251
  • 1
  • 9
  • 25

3 Answers3

1

The best I've been able to do is use Markdown table syntax. Unfortunately Use a markdown table generator such as here and make sure you right click and paste as snippet (Ctrl+Shift+V on Windows). You can also paste within the markdown code block. Webex will not show it as a table, but will make it look like a table using dashes and vertical bars.

0

Try wrap your code with (get rid of the '' when you wrap, just the back tick)

'``` html (optional)'

'```'

This should work.

stoneshishang
  • 433
  • 4
  • 11
0

To be clear: Webex does not (as of yet) support tables in messages. As both previous answers hint at you can at best simulate a tabular syntax by using code block format (```) and fixed-width or | delimited "columns", so best suited for cells with short content

Oskar Austegard
  • 4,599
  • 4
  • 36
  • 50