# gitbook-plugin-extra-html
**Repository Path**: iamhefang/gitbook-plugin-extra-html
## Basic Information
- **Project Name**: gitbook-plugin-extra-html
- **Description**: This is a plugin of gitbook to add some html to render result
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-16
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# gitbook-plugin-extra-html
This is a plugin of gitbook to add some html to render result
```json
{
"plugins": [
"extra-html"
],
"pluginsConfig": {
"extra-html": {
"footer": {
"files": [
"_footer.html"
],
"modules1": [
"divider",
{
"name": "donate"
}
],
"modules": {
"divider": true,
"donate": {
"qrCodes": [
{
"image": "图片地址",
"label": "微信"
},
{
"image": "图片地址",
"label": "支付宝"
}
]
}
}
},
"header": {}
}
}
}
```