# markdown-table
This plugin adds styling to markdown tables, by adding bootstrap classes. Styling can be applied to `
` and `thead` by creating a configuration file named `markdown-table.ini` in the `configs` directory.
#### Example
```ini
[bootstrap_class]
table = 'table table-striped'
thead = 'thead-dark'
```
Unless specified, the default styles `table table-striped` and `thead-dark` are applied.