minor #1291 Fixed rendering of ``-3`` (ureimers)
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 10 Dec 2013 10:23:00 +0000 (11:23 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 10 Dec 2013 10:23:00 +0000 (11:23 +0100)
commit6387fc457792f38189bdd5729b500772bbddfa4d
tree5b54546f3b4d58d10430bcccbe78fc25d3cebe05
parentd5984bbb0592f9cda85e95f3f57a196d301a39d2
parentd8ea1b1784684e5c5e13d375be69e4b8650cf781
minor #1291 Fixed rendering of ``-3`` (ureimers)

This PR was merged into the master branch.

Discussion
----------

Fixed rendering of ``-3``

The missing space between "``-3``" and "(this is just syntactic[...])" led to the ``-3`` being rendered wrong. The parser must've ignored the closing "``" when it was directly followed by a non-space character.

Commits
-------

d8ea1b1 Fixed rendering of ``-3``