Skip to content

Test Article - Content Management System

This is a test article created to demonstrate the content management system functionality.

AdminFebruary 5, 2026
testcmsmdx

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:

  1. Headers and paragraphs
  2. Lists (ordered and unordered)
  3. Code blocks
  4. Links and images
  5. 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.