FancyTextRendering
FancyTextRendering copied to clipboard
Multiple levels of lists
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:
- List level one!
- Another item on list level one!
- Oh damn an indented list!
- 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!
- Wowzers!!!
Related: #9
Is this something that will be added?
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 :)