Use Cases

Long Documentation

Break lengthy documentation into logical sections. Each section gets its own file, making editing and maintenance easier.

Mixed Content Types

Use Markdown for simple text, HTML for complex layouts, and PHP for dynamic content—all on the same page.

Collaborative Editing

Multiple authors can work on different sections simultaneously without merge conflicts.

Progressive Enhancement

Start with simple Markdown files. Later, enhance specific sections with HTML or PHP without restructuring.