vsch / markdown-page-generator-plugin

Markdown to HTML Page Generator Maven Plugin
MIT License
4 stars 1 forks source link

Some option to generate bootstrap attributes for <table> tags would be helpful. #1

Closed vsch closed 7 years ago

vsch commented 7 years ago

Some option to generate bootstrap attributes for <table> tags would be helpful.

Bootstrap tables --> http://getbootstrap.com/css/#tables

BOOTSTRAP_TABLE
BOOTSTRAP_TABLE_STRIPED
BOOTSTRAP_TABLE_BORDERED
<table class="table">
  ...
</table>
<table class="table table-striped table-bordered">
  ...
</table>

The attributes options could be additive.

vsch commented 7 years ago