/ Embed Youtube video in mdx file.
By Evan Dangol
05 Feb 2024
09
35
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
Enter your email to receive our latest newsletter.
Don't worry, we don't spam
zenstack
machine-learning
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
Unveiling Machine Learning's Power- Detecting Toxic Comments with C# -by Evan Dangol
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...