mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-17 21:59:23 +00:00
Edited #05-chapter.html
This commit is contained in:
parent
64ea3d26f4
commit
0f1402dc88
@ -4,15 +4,15 @@
|
||||
<section data-type="sect1">
|
||||
<h1>This Is an A-Head</h1>
|
||||
|
||||
<p>Start writing here! Replace any of this placeholder text with your opus. We've included a few examples of commonly used book elements, but you can delete them. You can add any of these elements using the buttons in the toolbar, as well.</p>
|
||||
<p>Start writing here! Replace any of this placeholder text with your opus. We've included a few examples of commonly used book elements, but you can delete them. You can add any of these elements using the buttons in the toolbar, as well.</p>
|
||||
|
||||
<blockquote data-type="epigraph">
|
||||
<p>Alice was beginning to get very tired of sitting by her sister on the bank, and of having nothing to do: once or twice she had peeped into the book her sister was reading, but it had no pictures or conversations in it, 'and what is the use of a book,' thought Alice 'without pictures or conversation?'</p>
|
||||
<p>Alice was beginning to get very tired of sitting by her sister on the bank, and of having nothing to do: once or twice she had peeped into the book her sister was reading, but it had no pictures or conversations in it, 'and what is the use of a book,' thought Alice 'without pictures or conversation?'</p>
|
||||
|
||||
<p data-type="attribution">Lewis Carroll, <em>Alice in Wonderland</em></p>
|
||||
</blockquote>
|
||||
|
||||
<p>The above is a blockquote, and specifically it's an epigraph, with an attribution to the author. (Epigraphs are a subset of blockquotes.)</p>
|
||||
<p>The above is a blockquote, and specifically it's an epigraph, with an attribution to the author. (Epigraphs are a subset of blockquotes.)</p>
|
||||
|
||||
<div data-type="note">
|
||||
<h1>This Is a Note</h1>
|
||||
@ -20,9 +20,11 @@
|
||||
<p>Many people use notes to qualify a statement they made in the preceding paragraphs, or to warn their readers about pitfalls they might run into.</p>
|
||||
</div>
|
||||
|
||||
<p>Now, let's take a look at a figure with a caption:</p>
|
||||
<p>Now, let's take a look at a figure with a caption:</p>
|
||||
|
||||
<figure><img src="images/figure.jpg" /> <figcaption>Caption: This is a picture of my friend Mike's cat.</figcaption></figure>
|
||||
<figure><img src="images/figure.jpg" />
|
||||
<figcaption>Caption: This is a picture of my friend Mike's cat.</figcaption>
|
||||
</figure>
|
||||
|
||||
<section data-type="sect2">
|
||||
<h2>This Is a B-Head</h2>
|
||||
@ -32,7 +34,7 @@
|
||||
<aside data-type="sidebar">
|
||||
<h5>Sidebar Title</h5>
|
||||
|
||||
<p>Here's a sidebar. Sidebars are great for setting aside a section of text that is related to the surrounding content but that doesn't necessarily fit into the main flow.</p>
|
||||
<p>Here's a sidebar. Sidebars are great for setting aside a section of text that is related to the surrounding content but that doesn't necessarily fit into the main flow.</p>
|
||||
</aside>
|
||||
</section>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user