
Example Project
A showcase of how to write project details using MDX.
Created: 2024-04-20·Updated: 2018-10-20
Example Project
This is an example of a project page written in MDX. You can use standard Markdown syntax here, and also import React components if needed.
Features
- Rich Content: Support for headings, lists, and bold text.
- Code Highlighting:
const greeting = "Hello, World!"; console.log(greeting); - Custom Components: You can embed React components directly.
Project Details
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.




"This is a blockquote to highlight important information about the project."
Conclusion
MDX allows for a flexible and powerful way to document your work.