Converts markdown syntax to embed video
npm install video-embed-remarkInstall this module in your project.
To embed video in your markdown, use this syntax:
``youtube:https://www.youtube.com/watch?v=TGaG0-r1x1M`
To add this to your react component, install react-markdown and rehype-raw.
rehypePlugins={[rehypeRaw]}
/>`