Fix figure manipulation
This commit is contained in:
@@ -333,24 +333,24 @@ str(l$a)
|
||||
<div class="cell">
|
||||
<div class="cell-output-display">
|
||||
|
||||
<figure id="fig-pepper-3"><p><img src="images/pepper.jpg" style="width:25.0%" alt="A photo of a glass pepper shaker. Instead of the pepper shaker containing pepper, it contains many packets of pepper."/></p>
|
||||
<figcaption>Figure 26.1: A pepper shaker that Hadley once found in his hotel room.</figcaption>
|
||||
<figure id="fig-pepper-1"><p><img src="images/pepper.jpg" style="width:25.0%" alt="A photo of a glass pepper shaker. Instead of the pepper shaker containing pepper, it contains many packets of pepper."/></p>
|
||||
<figcaption>A pepper shaker that Hadley once found in his hotel room.</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cell">
|
||||
<div class="cell-output-display">
|
||||
|
||||
<figure class="figure"><p><img src="images/pepper-1.jpg" style="width:25.0%" alt="A photo of the glass pepper shaker containing just one packet of pepper."/></p>
|
||||
<figcaption class="figure-caption">Figure 26.2: <code>pepper[1]</code></figcaption>
|
||||
<figure id="fig-pepper-2"><p><img src="images/pepper-1.jpg" style="width:25.0%" alt="A photo of the glass pepper shaker containing just one packet of pepper."/></p>
|
||||
<figcaption>pepper[1]<code>pepper[1]</code></figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cell">
|
||||
<div class="cell-output-display">
|
||||
|
||||
<figure class="figure"><p><img src="images/pepper-2.jpg" style="width:25.0%" alt="A photo of single packet of pepper."/></p>
|
||||
<figcaption class="figure-caption">Figure 26.3: <code>pepper[[1]]</code></figcaption>
|
||||
<figure id="fig-pepper-3"><p><img src="images/pepper-2.jpg" style="width:25.0%" alt="A photo of single packet of pepper."/></p>
|
||||
<figcaption>pepper[[1]]<code>pepper[[1]]</code></figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user