Is there a good reason this:
---8<--- #Item 1
#Item 2
#Item 3 ---8<---
...should render to this:
---8<--- <p><ol><li>Item 1</li></ol></p>
<p><ol><li>Item 2</li></ol></p>
<p><ol><li>Item 3</li></ol></p> ---8<---
...instead of this:
---8<--- <ol> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> </ol> ---8<---
? If I file an RFE to do this, am I dumb?
~ESP