-
Notifications
You must be signed in to change notification settings - Fork 1
Pull quotes and block quotes
Maxwell Simmer edited this page Oct 23, 2019
·
3 revisions
pullquote
and blockquote
directives can be used to easily insert excerpts with citations in the text. Please note that the citation
attribute accepts Markdown.
::: blockquote:my-unique-id citation:"First Last, *Publication Source*"
Duis aute irure dolor in reprehenderit in voluptate.
::: exit:my-unique-id
<!-- START: section:blockquote#my-unique-id -->
<blockquote class=" blockquote">
<p>Duis aute irure dolor in reprehenderit in voluptate.</p>
<footer><cite>— First Last, <em>Publication Source</em></cite></footer>
</blockquote><!-- END: section:blockquote#my-unique-id -->
::: pullquote:my-unique-id citation:"First Last, *Publication Source*"
Duis aute irure dolor in reprehenderit in voluptate.
::: exit:my-unique-id
<!-- START: section:pullquote#my-unique-id -->
<section class="pullquote chapter" epub:type=" chapter">
<p>Duis aute irure dolor in reprehenderit in voluptate.</p>
<footer><cite>— First Last, <em>Publication Source</em></cite></footer>
</section><!-- END: section:pullquote#my-unique-id -->
- 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