# Function table2MD()

>**table2MD**(table, boldColumn = -1, heading = '')
- Convert a array table to markdown table

- See [Functions](../functions.md)

## Parameters

| Parameter |Type |Default |Description |
|  ---- | ---- | ---- | ---- |
**table** |object | |The table object |
**boldColumn** | |-1 | |
**heading** |string |'' |The heading to use for the markdown table. Default = table name |
