Back to posts
Introduction to MDX

Introduction to MDX

ShonH/September 11, 2024

MDX

What is MDX?

function hello(){
const text='hello world'
console.log(text)
}

Why use MDX

MDX is a great way to write interactive documentation, blog posts, and other.

Current vote:0

How to use MDX