I am using the markdown editor for input, but nested lists are not working.
For example, if I type this in the source (I used a double asterisk so that the example would not format, so you can see the source. In deveonthink3, I use a single asterisk with a double space in front of Apple and Orange).
** Fruit
** Apple
** Orange
For example, I expect this:
- Fruit
- Apple
- Orange
To create markdown where Apple and Orange are indented. however, they show up as top-level bullets.
What can I do to get my nested list markdowns to work?
Thank you,
John