I am doing some simple testing of the output block and wanted to format some output as a table. As a simple example, I used the List Groups function to get a list of custom groups and List Users to get all the users in each group. If I then simply output this, I get the group followed by the users etc. All good. However, I noticed that the output block supports markdown. So I tried building a markdown table in a variable and then outputing that. But it ignores the markdown. Here is an example of the output:
Any thoughts on what to set to render the output as a table?