An emdaer plugin that renders HTML tables
npm install @emdaer/plugin-tableAn emdaer plugin that renders HTML tables
@emdaer/plugin-table is an emdaer plugin โ see the emdaer monorepo for more information
| Col 1 | Col 2 |
|---|---|
| Hello | World! |
| Hello | World! |
`` A plugin to generate tables Parameters Examplesmd`tablePlugin
options any options.headers Array<string>? The headers of the tableoptions.rows Array<Array<string>>? The rows and cells of the table
`javascript``
Returns Promise<string> The HTML table element