Back to projects
Introduction to MDX

Introduction to MDX

MDX is a power full tool that allows you to write JSX in your markdown

what is mdx?

MDX is an superset of JSX that allows you to parse and render your markdown!

hey it's from custome component!

function greet (name) {
    return `hello ${name}, how are you!`
}
  • its an exaple of code above!