If you embed a gif in notion, it should be embedded in Docusaurus
When it detects an embedded gif, docu-notion does the following:
import GifPlayer from "react-gif-player";
to the markdown.<GifPlayer gif="<https://media.giphy.com/media/VhiAuDYHkNPydiNnOs/giphy.gif>" />
<aside>
❗ If your site is not based on docu-notion-sample-site
, you may need to add react-gif-player to your Docusaurus project:
yarn add react-gif-player
or npm i react-gif-player
</aside>