Hello,

The reST code

* Bla.

* Bla.

* Bla.

is rendered as

<ul>
<li>Bla</li>
<li>Bla</li>
<li>Bla</li>
</ul>

This code, on the other hand:

* Bla.

* Bla.

  More bla.

* Bla.

renders as

<ul>
<li><p>Bla</p></li>
<li><p>Bla</p><p>More bla</p></li>
<li><p>Bla</p></li>
</ul>


I am slightly confused by this behaviour. Is it meant to be like that?
If so, how can I get my list entries to become separate paragraphs
even if none of them contains more than one paragraph?

Best,
Nikolaus

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to