On Sun, Sep 20, 2015 at 1:50 PM, Brad Jorsch (Anomie) <bjorsch@wikimedia.org> wrote:
On Sat, Sep 19, 2015 at 1:37 PM, Nicolas Vervelle <nvervelle@gmail.com> wrote:
sometimes, the text that I give to the API ends with a new line, but in the result that new line is removed.
Is it normal ? Is there a way around this ?

Yes, it's normal. The workaround is to handle any trailing whitespace you need preserved yourself instead of passing it through the parser.


Thanks a lot ! That's what I ended up doing ;-)