1Preserve blank lines in code blocks with tabs: 2 3 a code block 4 5 two tabbed lines 6 7 8 three tabbed lines 9 10 11 12 four tabbed lines 13 14 15 16 17 five tabbed lines 18 19 20 21 22 23 six tabbed lines 24 25 26 27 28 29 30 End of tabbed block 31 32 33 34 35 36 37And without tabs: 38 39 a code block 40 41 two blank lines 42 43 44 three blank lines 45 46 47 48 four blank lines 49 50 51 52 53 five blank lines 54 55 56 57 58 59 six blank lines 60 61 62 63 64 65 66 End of block 67 68 69 70 71 72 73End of document