bryonjacob / wikimodel

Automatically exported from code.google.com/p/wikimodel
0 stars 0 forks source link

XWiki parser ignores new lines at beginning and end of document #78

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For example:

"
(newline)
paragraph
(newline)
"

Original issue reported on code.google.com by vmas...@gmail.com on 22 Sep 2008 at 7:12

GoogleCodeExporter commented 8 years ago
This is "normal" in wikimodel since a 1 or 2 new lines are the block 
delimiters. So
it's only starting with 3 empty lines that onEmptyLines(2) will be sent.

Original comment by vmas...@gmail.com on 24 Sep 2008 at 7:57