Embed Youtube video in mdx file.

  • Home
  • / Embed Youtube video in mdx file.

image

05 Feb 2024

09

35

Introduction

Let's say you want to put youtube video in your Markdown page. here is the code to do just that.

[![](https://markdown-videos-api.jorgenkh.no/youtube/KDW4g0I5vco)](https://youtu.be/KDW4g0I5vco)

here KDW4g0I5vco is the ID of video

GitHub repo can be found here -> Snailedlt

Join our newsletter!

Enter your email to receive our latest newsletter.

Don't worry, we don't spam

image

Related Articles

image
14 Feb 2024

Deploying a FREE Nodejs Serverless API in Vercel with Zenstack, Prisma and Neon's Free PostgreSQL

Explore the process of deploying a serverless API with Vercel, leveraging Zenstack for Prisma integration, TypeScript for enhanced development, and Neon's complimentary PostgreSQL database for your project. -by Evan Dangol

image
07 Feb 2024

Harnessing Machine Learning to Detect Toxic Comments - Using Calibrated Binary Classification Metrics Module

Unveiling Machine Learning's Power- Detecting Toxic Comments with C# -by Evan Dangol

image
06 Feb 2024

Will gRPC ultimately replace REST Api in future? A simple gRPC using nodejs with Nextjs

It's unlikely that gRPC will entirely replace REST (Representational State Transfer) API in the near future, as both technologies have their own strengths and are suitable for different use cases.gRPC (Google Remote Procedure Call) is a high-performance...