From: Simon McVittie Date: Sun, 11 Apr 2010 13:32:18 +0000 (+0100) Subject: Space sorting orders consistently X-Git-Tag: 3.20100427~177^2 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/9060cb0cf8f73fca276719dd92dfae9b48d64d38?hp=9060cb0cf8f73fca276719dd92dfae9b48d64d38 Space sorting orders consistently Markdown interprets the empty lines resulting from [[!if]] as a request that each
  • contain a

    . For consistent spacing in the HTML, either the unconditional items should have blank lines between (resulting in each

  • having a

    ), or the conditional items should not (resulting in messy source code, and no

  • having a

    ). I think the former looks nicer. ---