gridsome-plugin-remark-embed
gridsome-plugin-remark-embed copied to clipboard
Gridsome Remark plugin to embed external stuff into your gridsome site.
Please add a loading option for each provider with the default option set to `loading="lazy"` if none is specified.
Bumps [unist-util-visit](https://github.com/syntax-tree/unist-util-visit) from 2.0.3 to 4.0.0. Release notes Sourced from unist-util-visit's releases. 4.0.0 050fdc3 Change types to base what visitor gets on tree (breaking if you use TypeScript, read commit...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
This PR adds Instagram as a provider. It uses the current generated HTML-markup from a Instagram post - currently without including the (custom) caption. To fully render a post you...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
**Describe the bug** If a YouTube link contains additional parameters like `t=1234`, those are not included in the embedded link. **To Reproduce** Steps to reproduce the behavior: 1. Create a...