Contents
1. Chunks example
The chunk (i.e. is some moin markup with headings in a .moin file).
1.1. Moin text with `chunks`
Boxed Content
- By the author of boxed things
1. Introduction
...
2. Body
...
3. Conclusion
...
4. References
...
The source markup stage 1
{{{#!chunks h-3 b-2 n-3 section {#!wiki green/solid}
chunks_box.moin:: Moin text with `chunks`
}}}The source markup stage 2
=== Moin text with `chunks` ===
{{{#!wiki green/solid
=== Boxed Content ===
By the author of boxed things
==== Introduction ====
...
==== Body ====
...
==== Conclusion ====
...
==== References ====
...
}}}
1.2. Moin text without `chunks`
Note: the heading numbering is not handled well.
2. Boxed Content
- By the author of boxed things
3. Introduction
...
4. Body
...
5. Conclusion
...
6. References
...
The source markup
=== Moin text without `chunks` ===
{{{#!wiki red/solid
{{attachment:chunks_box.moin}}
}}}