How shapes are rendered
There are no settings to fiddle with. The shape of the JSON decides the output:
- An array of flat objects (a list of records) becomes one Markdown table. Columns are the union of all keys, and a missing key is left blank.
- An array that contains nested objects or arrays becomes a bullet hierarchy instead of a table, so nothing gets squeezed into a cell.
- An array of plain values becomes a bullet list.
- A top-level object renders each simple value as a
- key: valuebullet, and each nested object or array as a##section with its contents below.