I am trying to make a table to help organize parameters for the request body in the description of a request for our API documentation. The problem I am having is that I can’t seem to get the property of colspan=“2” to extend a or across 2 columns as it should. I have tested the code outside of Postman and it is working as I expect. I put the code inline in my markdown with blank lines before and after the elements as it says in the markdown docs. Here is the code that I am trying to use:
And this is what it returns. You can see that the 2nd column in the first 4 rows does not extend to the end of the table like it should from the <td colspan=“2”>\ for each of those cells.
If anyone can shed some light on what I am doing wrong I would greatly appreciate it. Thanks!