• 
      

    Add blank lines around lists in rendered Markdwon.

    Review Request #4942 — Created Nov. 12, 2013 and submitted — Latest diff uploaded

    Information

    Review Board
    master

    Reviewers

    Add blank lines around lists in rendered Markdwon.

    This improves the readability of Markdown-rendered lists by adding
    some spacing. There's now spacing between paragraphs within a list (in
    the case of a list item with multiple paragraphs), and spacing between
    list items. These help prevent things from getting too bunched up.

    Tested with ordered and unordered lists, with sub-lists, and with multiple
    paragraphs within lists. It was far more readable than before.