2 spaces at end of line is not recognized as a newline if the end of line has \r\n
*Created by: vmassol*
If I give to the parser "sometext \n" I get a newline block.
But if I give to the parser "sometext \r\n" I get 2 spaces.
I tried to check if this bug was fixed since on xwiki I'm currently using v0.12.0 but seems that the VERSION.md file has not beed updated with the changes ;)
Thanks
issue