MichaelDeBoey/gatsby-remark-embedder

Support user-specified HTML getters

Closed this issue · 1 comments

I don't know how the configuration would look, but my original idea was to allow for customization of this:

const transformers = [getYouTubeHTML, getTwitterHTML, getCodeSandboxHTML];

via some sort of configuration. That way people could add their own embedder transforms without requiring any changes within this project.

Superseded by #42