With the new DokuWiki "Adora Belle" (RC1) and the latest plugin release (2009-02-06) I have the following surprising behavior:
Line 1
/* Comment A */
Line 2
/*
* Comment B
*/
Line 3
renders as
whereas
Line 1
/* Comment A */
Line 2
/*
* Comment B
*/
Line 3
yields
The empty lines should always be preserved, resulting in a paragraph break for all cases.