mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
089b9b545e
Use separate files, to avoid making the XML too big and uneditable. This breaks the PDF build.
25 lines
356 B
XML
25 lines
356 B
XML
<!--
|
|
<section id="recipe">
|
|
<title>Recipe</title>
|
|
|
|
<section>
|
|
<title>Problem</title>
|
|
|
|
<para>...</para>
|
|
</section>
|
|
|
|
<section>
|
|
<title>Solution</title>
|
|
|
|
<para>...</para>
|
|
</section>
|
|
|
|
<section>
|
|
<title>Discussion</title>
|
|
|
|
<para>...</para>
|
|
</section>
|
|
|
|
</section>
|
|
-->
|