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

add support for nested lists #111

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stutrek
Copy link

@stutrek stutrek commented Nov 29, 2022

Thank you for this library, it's the best regex barf I've worked with in years.

This PR adds support for sublists in the standard markdown way:

- lists
  - within lists
- also
  1. different types of sublists

I am embarrassed that it changes the output of one test, but it's only a whitespace change so rendered HTML should remain the same.

Fixes #104
Successor to #110

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

Successfully merging this pull request may close these issues.

Nested lists not working
1 participant