Merge: Improve docunits
authorJean Privat <jean@pryen.org>
Mon, 17 Nov 2014 22:55:18 +0000 (17:55 -0500)
committerJean Privat <jean@pryen.org>
Mon, 17 Nov 2014 22:55:18 +0000 (17:55 -0500)
commit0dd740f6e5003f9c9e5a197fe9ccc9feda260853
tree5a38fc2fa555fe04852eb36b2589287095f707eb
parentd69e0a4798d7651cfb2baa50a765ea40348d4db8
parent86cb4f34c5356d310bdbf2c52b5098dbc3852224
Merge: Improve docunits

This PR change a little the behavior of docunits.

First, blocks respect more the markdown specification where empty lines are authorized in code blocks

So this make a single code block and not two:

~~~~
# bla bla
#
#    var a = 1
#
#    assert a == 1
~~~~

Pull-Request: #908
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>