The [syntax definition](http://kramdown.gettalong.org/syntax.html#paragraphs) claims that > Leading and trailing spaces will be stripped from the paragraph text. However this seems not to be the case: ``` $ kramdown <<< 'foo ' foo ```
The syntax definition claims that
However this seems not to be the case: