Advanced MDX Features

Alican Avcuoğlu

This post demonstrates all the available features.

Syntax Highlighting

function Button() {
	return (
		<button className="px-4 py-2 bg-blue-500 text-white">Click me!</button>
	);
}

GitHub Features

FeatureSupport
Tables
Lists
  • Task lists
  • Are supported
  • And look great!

Auto-linked Headings

Each heading now has a clickable anchor link!

React Components