-
- Item 1
- Item 2
- Item 3
Add blank lines around lists in rendered Markdwon.
Review Request #4942 — Created Nov. 12, 2013 and submitted
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.
- Change Summary:
-
-
Kept simple lists (Ones with no paragraphs or inner content, without blank lines between bullet points) simple and bunched up next to each other. No margins.
-
More complex lists (with sub-items, multiple paragraphs) have the new spacing.
This does a much better job of matching what the user types.
-
- Added Files: