Yes,
That last one is a definite bug. I will push the change to add figcaption to the list of other text holders. This change will appear in the next release. Hopefully around the first weekend in June or shortly thereafter.
Thanks for clarifying things.
Until then, Using Find and Replace to wrap the contents of figcaption in a p tag before prettifying should work as a temporary stop-gap.
Quote:
Originally Posted by repilo
The space is kept in:
<figcaption><b>Figure 2: </b><i>Text
and in:
<figcaption><b>Figure 2:</b><i> Text
But the space disappears here in:
<figcaption><b>Figure 2:</b> <i>Text
joining the two words, "Figure2:Text".
|