Hi everyone
Currently the XWiki 2.0 parser does not support multilines headers,
meaning that it consider new line as end of header:
= Heading
1 =
give "<h1>Heading</h1><p>1 =</p>"
I propose to have the same things than paragraphs: need two
consecutive new lines (or the =* syntax of course) to be end of
header.
= Heading
1 =
= Heading
2 =
would give
"<h1>Heading<br/>1</h1><h1>Heading</h1><p>2
=</p>"
Here is my +1
Thanks,
--
Thomas Mortagne