in reply to RFC: Monastery Markup Introduction

Perhaps this goes beyond "introduction", but I sometimes find it useful to put <p> marks inside <li> marks if the list items are full sentences that might span lines. For example:

<ul> <li><p>The quick brown fox jumped over the lazy dog and then jumped ba +ck again once or twice, which really annoyed the dog.</p></li> <li><p>Another paragraph of long text which has no point but to show o +ff how list paragraphs look when composed of a long sentence that mig +ht span several lines on the screen and having a little extra white s +pace would be a kindness</p></li> </ul>

Result:

-xdg

Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.