Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support deep lists #42

Open
martinheidegger opened this issue Nov 14, 2016 · 0 comments
Open

Support deep lists #42

martinheidegger opened this issue Nov 14, 2016 · 0 comments

Comments

@martinheidegger
Copy link
Collaborator

Markdown supports deep lists, lists that indented and stacked under existing lists.
msee does not support that.

1. One
1. Two
    1. AA
    1. BB
    1. CC
1. Three

Rendered in Github:

  1. One
  2. Two
    1. AA
    2. BB
    3. CC
  3. Three

And in msee:

screen shot 2016-11-15 at 0 30 48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant