-
Notifications
You must be signed in to change notification settings - Fork 1
Spread
Maxwell Simmer edited this page Oct 23, 2019
·
6 revisions
Content inside of a spread
directive will stretch the width of the screen in the Reader, filling both columns to achieve a full-bleed effect. In downloadable formats – EPUB, Mobi, PDF – the contents of the spread will be laid out on a single page.
Note: A spread
directive must be enclosed in a section directive (e.g., chapter
).
::: chapter:spread-example
::: spread:spread-one
# Spread One
This text will span the both columns in the reader view.
::: exit:spread-one
::: exit:spread-example
<!-- START: section:chapter#spread-example; _markdown/audio.md:11 -->
<section id="spread-example" epub:type="bodymatter chapter" class="bodymatter chapter">
<section id="spread-one" class=" spread">
<h1>Spread One</h1>
<p>This text will span the both columns in the reader view.</p>
</section>
<!-- END: section:exit#spread-one -->
</section>
<!-- END: section:exit#spread-example -->
- Adding metadata
- Creating content
- Generating new content
- Authoring and editing content
- Reading order (Table of Contents)
- Configuring the build
- Adding a cover image
- All directives
- Text
- Media
- Misc