Awesome BDD into BDD Tools.
This plugin helps convert awesome-X
markdown README.md's into LekoArt's Status Dashboard template.
We suggest to use of yarn
.
If you want to convert a awesome-X
markdown into a well-designed, customized single page website, you can use this plugin.
You can use this plugin with gatsby-transformer-remark
plugin in gatsby-config.js
.
{
resolve: `gatsby-transformer-remark`,
options: {
plugins: [`gatsby-remark-awesome`],
},
},
You can create an issue and state your needs. Then, you can create a PR related to this issue and state your changes to be reviewed and merged.