Skip to content

Instantly share code, notes, and snippets.

@jpluimers
Created August 7, 2013 14:59
Show Gist options
  • Save jpluimers/6174804 to your computer and use it in GitHub Desktop.
Save jpluimers/6174804 to your computer and use it in GitHub Desktop.
MarkdownPad inner list rendering: when empty line after inner list in markdown, there will be an empty line before the inner list during rendering.
Renders compact inner list:
1. Item A
- Item I
- Item II
- Item III
1. Item B
- Item IV
- Item V
- Item VI
1. Item C
- Item VII
- Item VIII
- Item IX
Empty line after each inner list renders as empty line before each inner list:
1. Item A
- Item I
- Item II
- Item III
1. Item B
- Item IV
- Item V
- Item VI
1. Item C
- Item VII
- Item VIII
- Item IX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment