In my blog posts, lists display like this:
<ol>
<li> ... </li>
<li> ... </li>
</ol>
But I'd like to modify my theme to get this result:
<ol>
<li><p> ... </p></li>
<li><p> ... </p></li>
</ol>
I'm using a child theme based on Hatch.
Thanks for your help.