Introduction
This is a test article created through the Apidly content management system. It demonstrates the full CRUD capabilities of the MDX content editor.
Features Tested
- Create: Creating new MDX content items
- Read: Viewing content in the collection list
- Update: Editing content with live preview
- Delete: Removing content items
MDX Support
The content editor supports full MDX syntax, including:
- Headers and paragraphs
- Lists (ordered and unordered)
- Code blocks
- Links and images
- Custom components
Code Example
typescript
const greeting = "Hello from MDX!";
console.log(greeting);
Conclusion
This test article confirms that the content management system is working correctly across all collections and locales.