which assumes ReST markup
I added the new lines because it was easier for me to read the text version. I ran it through pandoc to preview, and saw no difference. But with a different parser or added stylesheet, there could be extra space between the items. Like the difference between:
```html <li>...</li>
<li><p>...</p></li> ```