<article-body>Compiles to eHTML <article-body>.
The document’s skeleton — containers, regions, sections, the website page-set, and the section break.
<article>Compiles to eHTML <article>.
<meta type=article>
<title | The Effect of Elephants on Climate>
<author | Jane Goodall>
<date | 2024-03-15>
</meta>
<section | Introduction>
The paper begins here.
<section | Conclusion>
The paper concludes here.
The paper begins here.
The paper concludes here.
Typical authoring path: <meta type=article> at the top with no <article> wrapper. The structural plugin generates the <article> container and the three region wrappers. <title> in <meta> is promoted to <article-title>; <meta> itself survives inside <article-front>.
<article-back>Compiles to eHTML <article-back>.
<article-body>Compiles to eHTML <article-body>.
<article-front>Compiles to eHTML <article-front>.
<book>Compiles to eHTML <book>.
<meta type=book>
<title | A Natural History of Elephants>
<author | Jane Goodall>
</meta>
<chapter | Origins>
<section | Early ancestors>
Content here.
<chapter | Modern populations>
<section | African elephants>
Content here.
Content here.
Content here.
Typical authoring path: <meta type=book> at the top with no <book> wrapper. The structural plugin generates <book> + the three region wrappers. Each book-part contains its own <meta> with the promoted <book-part-title>; no <book-part-meta> wrapper.
<book-back>Compiles to eHTML <book-back>.
<book-body>Compiles to eHTML <book-body>.
<book-front>Compiles to eHTML <book-front>.
<book-part>Compiles to eHTML <book-part>.
<chapter | Origins>
Content of the chapter.
Content of the chapter.
<hr>Compiles to eHTML <hr>.
<hr>
<item>Compiles to eHTML <item>.
<section>Compiles to eHTML <section>.
<section | Introduction>
The paper begins here.
The paper begins here.
<sub-section>Compiles to eHTML <sub-section>.
<sub-section | Quantitative analysis>
Sub-section content.
Sub-section content.
<sub-sub-section>Compiles to eHTML <sub-sub-section>.
<sub-sub-section | Regression analysis>
Detailed methods for the regression.
Detailed methods for the regression.