Gridsome Remark plugin to embed external stuff into your gridsome site.
https://gridsome-preview.ilovenox.now.sh/
npm install --save @noxify/gridsome-plugin-remark-embed//gridsome.config.js module.exports = { plugins: [ { use: '@gridsome/source-filesystem', options: { path: 'blog/**/*.md', route: '/blog/:year/:month/:day/:slug', remark: { plugins: [ [ '@noxify/gridsome-plugin-remark-embed', { 'enabledProviders' : ['Youtube', 'Twitter', 'Gist'], }] ] } } } ] }You can find the complete documentation here: https://webstone.info/documentation/gridsome-plugin-remark-embed