16 lines
618 B
HTML
16 lines
618 B
HTML
|
|
<article>
|
||
|
|
<h2>Use Cases</h2>
|
||
|
|
|
||
|
|
<h3>Long Documentation</h3>
|
||
|
|
<p>Break lengthy documentation into logical sections. Each section gets its own file, making editing and maintenance easier.</p>
|
||
|
|
|
||
|
|
<h3>Mixed Content Types</h3>
|
||
|
|
<p>Use Markdown for simple text, HTML for complex layouts, and PHP for dynamic content—all on the same page.</p>
|
||
|
|
|
||
|
|
<h3>Collaborative Editing</h3>
|
||
|
|
<p>Multiple authors can work on different sections simultaneously without merge conflicts.</p>
|
||
|
|
|
||
|
|
<h3>Progressive Enhancement</h3>
|
||
|
|
<p>Start with simple Markdown files. Later, enhance specific sections with HTML or PHP without restructuring.</p>
|
||
|
|
</article>
|