Skip to content

Commit a3d11cf

Browse files
fix mdx files
1 parent 853e7f6 commit a3d11cf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

content/posts/rich-content-with-mdx.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ MDX supports to import React component and embed it directly as markdown content
1212

1313
## Instagram with react-instagram-embed
1414

15-
import InstagramEmbed from "react-instagram-embed";
16-
1715
<p>
1816
<InstagramEmbed
1917
url="https://instagr.am/p/Zw9o4/"
@@ -24,16 +22,12 @@ import InstagramEmbed from "react-instagram-embed";
2422

2523
## YouTube with react-youtube
2624

27-
import YouTube from "react-youtube";
28-
2925
<p>
3026
<YouTube videoId={"2g811Eo7K8U"} containerClassName={"youtube-container"} />
3127
</p>
3228

3329
## Twitter with react-twitter-embed
3430

35-
import { TwitterTweetEmbed } from "react-twitter-embed";
36-
3731
<p>
3832
<TwitterTweetEmbed tweetId={"933354946111705097"} />
3933
</p>

0 commit comments

Comments
 (0)