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

Multiple levels of lists #2

Open
JimmyCushnie opened this issue Jan 18, 2021 · 2 comments
Open

Multiple levels of lists #2

JimmyCushnie opened this issue Jan 18, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@JimmyCushnie
Copy link
Owner

JimmyCushnie commented Jan 18, 2021

Currently only one level of list is supported. You should be able to nest lists, like so:

Input:

1. List level one!
1. Another item on list level one!
    1. Oh damn an indented list!
    1. How cool is that!
        * And you can even mix and match the type of list!
        * There's no limit to how deep you can go!
1. Wowzers!!!

Looks like:

  1. List level one!
  2. Another item on list level one!
    1. Oh damn an indented list!
    2. How cool is that!
      • And you can even mix and match the type of list!
      • There's no limit to how deep you can go!
  3. Wowzers!!!

Related: #9

@ZyntaaX
Copy link

ZyntaaX commented Dec 19, 2021

Is this something that will be added?

@JimmyCushnie
Copy link
Owner Author

Sorry, didn't see your comment until now lol. Maybe one day! If somebody else makes a PR for it I'll merge it. Otherwise, it's on my "rainy day" backlog of tasks for when I need something fun to code, and I may or may not eventually get around to it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants