Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
Hi there,
I believe the <br> tags make the md table syntax invalid.
If you remove them, you should be fine.
This is what you should aim for:
|Col1|Col2|
|:---:|:---:|
|Val1|Val2|