FancyTextRendering icon indicating copy to clipboard operation
FancyTextRendering copied to clipboard

Multiple levels of lists

Open JimmyCushnie opened this issue 4 years ago • 2 comments

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

JimmyCushnie avatar Jan 18 '21 10:01 JimmyCushnie

Is this something that will be added?

ZyntaaX avatar Dec 19 '21 10:12 ZyntaaX

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 :)

JimmyCushnie avatar Sep 01 '22 08:09 JimmyCushnie