Using weasyprint 0.32, I'm converting a source with this form:
<ol class="arabic" start="3">
<li>
<p>The third way to accomplish this is...</p>
</li>
</ol>
And it is being rendered:
1. The third way to accomplish this is...
The 'start' attribute is not being applied.
Using weasyprint 0.32, I'm converting a source with this form:
And it is being rendered:
The 'start' attribute is not being applied.