Fix caption munging for captions with html

This commit is contained in:
Hadley Wickham
2022-11-18 10:46:15 -06:00
parent 89a854b7d0
commit 5895db09cd
9 changed files with 21 additions and 21 deletions

View File

@@ -150,7 +150,7 @@ str(x5)
<div class="cell-output-display">
<figure id="fig-view-expand-2"><p><img src="screenshots/View-3.png" alt="Another screenshot, having expanded the grandchild of x4 to see its two children, again a double vector and a list. " width="689"/></p>
<figcaption>You can repeat this operation as many times as needed to get to the data youre interested in. Note the bottom-left corner: if you click an element of the list, RStudio will give you the subsetting code needed to access it, in this case x4[[2]][[2]][[2]].<code>x4[[2]][[2]][[2]]</code>.</figcaption>
<figcaption>You can repeat this operation as many times as needed to get to the data youre interested in. Note the bottom-left corner: if you click an element of the list, RStudio will give you the subsetting code needed to access it, in this case <code>x4[[2]][[2]][[2]]</code>.</figcaption>
</figure>
</div>
</div>