-
Notifications
You must be signed in to change notification settings - Fork 1
Pull quotes and block quotes
Maxwell Simmer edited this page May 8, 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
<section class=" blockquote">
<p>Duis aute irure dolor in reprehenderit in voluptate.</p>
<cite>— First Last, <em>Publication Source</em></cite>
</section>
::: pullquote:my-unique-id citation:"First Last, *Publication Source*"
Duis aute irure dolor in reprehenderit in voluptate.
::: exit:my-unique-id
<section class="pullquote chapter" epub:type=" chapter">
<p>Duis aute irure dolor in reprehenderit in voluptate.</p>
<cite>— First Last, <em>Publication Source</em></cite>
</section>
- 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