I'd like to transform a markdown string to html the same way as the plugin gatsby-transformer-remark does.
So far I used showdown. This works ok, but it's missing features like transforming the image editor component.
I'd like to transform markdown with the same alghorithm as the plugin gatsby-transformer-remark.
Is there a ready made solution for this?