I am trying to create a nested list after an equation in a markdown document in MarkdownPad but instead I am getting a code block. I am unsure how to escape it in order to get nested list (2nd order instead):
Here is the code:
- 1st order list:
- 2nd order list:
Some other text here which should be followed by a 2nd order nested list:
- 4 spaces followed by a "-" gives a code block instead of a second order list
- 2nd order list on its own
` - this works even in MarkdownPad. I was searching for a better way to do this with an escape character that wouldn't require me to enclose everything in html tags. I would be interested in knowing whether other markdown engines enable this feature if MarkdownPad doesn't. – Matt Feb 24 '14 at 12:59