Project

General

Profile

Bug #90805

Updated by Andreas Kienast 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: 

 cd typo3/sysext/core/Documentation 
 @grep grep -r -B 1 -E "^\* " . | grep "rst-" | grep -v -E "rst-(\*|$|    )"@ )" 

Back