1. 插件地址
https://www.npmjs.com/package/gitbook-plugin-bootstrap-grid
2. 插件的调用和配置
{
"plugins": ["bootstrap-grid"],
}
3. 文档中引用
写法
{% row %}
{% col %}
col body
{% col %}
col body
{% endrow %}
效果


This is 2 flex units wide. 
This is 5 flex units wide.