mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-12-24 15:38:08 +00:00
Edited #1-START-WRITING.html
This commit is contained in:
parent
032a19fbb3
commit
d2b919bd72
@ -14,11 +14,37 @@
|
||||
|
||||
<p>An integral part of the HTMLBook spec is the concept of sections. </p>
|
||||
|
||||
<p>Using the magic line</p>
|
||||
<section data-type="sect2">
|
||||
<h2>The Magic Line</h2>
|
||||
|
||||
<p>Hover over this paragraph of text. See that blue line that appears? That line helps you insert a new block after this paragraph. By default, the line will insert just a plain paragraph, but once you do that, you can use the Insert... menu to change it into a whole new section, or a sidebar, note, or some other book element.</p>
|
||||
<p style="font-family: Georgia, serif; font-size: 17px; line-height: 25.5px;">Hover over this paragraph of text. See that blue line that appears? That line helps you insert a new block wherever it shows up. By default, the line will insert just a plain paragraph, but once you do that, you can use the Insert... menu to change that new paragraph into a whole new section, sidebar, note, or some other book element.</p>
|
||||
|
||||
<p>Using the Insert... menu</p>
|
||||
<p style="font-family: Georgia, serif; font-size: 17px; line-height: 25.5px;">Try It!</p>
|
||||
|
||||
<p style="font-family: Georgia, serif; font-size: 17px; line-height: 25.5px;">Hover over this paragraph and click the arrow at the right of the magic blue line.</p>
|
||||
|
||||
<p style="font-family: Georgia, serif; font-size: 17px; line-height: 25.5px;">Now go to the insert menu, and choose "Section". </p>
|
||||
|
||||
<p style="font-family: Georgia, serif; font-size: 17px; line-height: 25.5px;">Atlas inserts a new, nested section at the correct level. For example, if you are currently within a Section 1 block, Atlas will insert a Section 2.</p>
|
||||
|
||||
<div data-type="warning">
|
||||
<h1>Warning</h1>
|
||||
|
||||
<p><span style="font-family: Georgia, serif; font-size: 17px; line-height: 25.5px;">Sometimes the magic line won't appear after the last section in a chapter. To get around this, insert a new paragraph at the very end of the file. The magic line should then appear.</span></p>
|
||||
</div>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p style="font-family: Georgia, serif; font-size: 17px; line-height: 25.5px;"> </p>
|
||||
</section>
|
||||
|
||||
<section data-type="sect2">
|
||||
<h2>Section Title</h2>
|
||||
|
||||
<p>Section content goes here</p>
|
||||
</section>
|
||||
|
||||
<p><span style="line-height: 1.5em;">Using the Insert... menu</span></p>
|
||||
|
||||
<p>The toolbar</p>
|
||||
|
||||
@ -26,6 +52,8 @@
|
||||
|
||||
<p>TOC</p>
|
||||
|
||||
<p>Using the book skeleton</p>
|
||||
<p>Using the book skeleton<span style="line-height: 1.5em;"> </span><span style="line-height: 1.5em;"> </span></p>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<p> </p>
|
||||
|
Loading…
Reference in New Issue
Block a user