Project

General

Profile

Bug #90805

Updated by Sybille Peters about 4 years ago

Lists must always be preceded and followed by a newline. Otherwise 
 they will not get rendered correctly. 


 

 You can easily find these with the following command: 

 <pre><code class="text"> 
 cd typo3/sysext/core/Documentation 
 grep -r -B 1 -E "^(\*|\-) " . | grep "rst-" | grep -v -E "rst-(\*|$|    )" 

 grep -r -A 1 -E "^(\*|\-) " . | grep "rst-" | grep -v -E "rst-(\*|$|    )" 

 </code></pre> 

Back