Convert remark plugins to gatsby remark plugins.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`to-gatsby-remark-plugin` is a utility that automatically converts remark plugins into Gatsby-compatible remark plugins, eliminating the need to recreate Gatsby-specific versions of existing remark plugins. It's designed for developers who use remark plugins with Gatsby's `gatsby-transformer-remark` or `gatsby-plugin-mdx`, particularly those who want to maintain consistent plugin ordering and avoid duplicate plugin maintenance. The package is useful for both plugin users who need to wrap existing remark plugins and library authors who want to provide Gatsby-compatible versions of their remark plugins through a simple sub-package structure.