Hello,
If I understand your answer correctly, I could use page-break-inside with <ol> or <ul> element with the code sample you gave me. But I want page-break-inside to apply on something like :
<p>
Some text
<ol>
<li>...</li>
<li>...</li>
</ol>
</p>
I also didn't understand where to put the first code sample.