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

feature/lints #20

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

feature/lints #20

wants to merge 1 commit into from

Conversation

theiskaa
Copy link
Owner

Resolves: #18

Enhance list parsing to handle arbitrarily deep nesting structures. Lists can now
seamlessly transition between ordered (1., 2., 3.) and unordered (-, *, •) at any
nesting depth while maintaining proper numbering sequences within each level. The
implementation preserves list hierarchy through consistent indentation and allows
for complex nested structures like ordered lists inside unordered ones and vice
versa.

For example, this enables parsing structures from simple "1. -> a. -> -"
hierarchies to complex mixed-type nested lists several levels deep, with each
level maintaining its own independent numbering and style.
@theiskaa theiskaa added the feature New feature or request label Nov 27, 2024
@theiskaa theiskaa self-assigned this Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

improve Token::List with different types: numbered, unordered
1 participant