export const title = "Sample MDX"; export const Header = () => { return ( {title} ); }; ## Contents - Section 1 - Section 2