From: Jean Privat Date: Mon, 17 Nov 2014 22:55:18 +0000 (-0500) Subject: Merge: Improve docunits X-Git-Tag: v0.6.11~32 X-Git-Url: http://nitlanguage.org 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 Reviewed-by: Lucas Bajolet --- 0dd740f6e5003f9c9e5a197fe9ccc9feda260853