You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---layout: null---# Test
{% figure caption:"First Figure" %}
Content of first figure
{% endfigure %}
1. First step
2. Second step with figure
{% figure caption:"Second Figure" %}
Content of second figure
{% endfigure %}
3. Third step
I would expect the second figure being nested in the second item - and that the third item is rendered as third item.
The result, however, is different:
<h1id="test">Test</h1><figure>
Content of first figure
<figcaption>First Figure</figcaption></figure><ol><li>First step</li><li><p>Second step with figure</p><figure>
Content of second figure
</figure></li></ol><figcaption>Second Figure</figcaption><p></figure></p><ol><li>Third step</li></ol>
When I put following markdown
I would expect the second figure being nested in the second item - and that the third item is rendered as third item.
The result, however, is different:
CC @grauschnabel
The text was updated successfully, but these errors were encountered: