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

Markdown Lists #70

Closed
1 of 2 tasks
StartAutomating opened this issue Nov 12, 2021 · 0 comments · Fixed by #73
Closed
1 of 2 tasks

Markdown Lists #70

StartAutomating opened this issue Nov 12, 2021 · 0 comments · Fixed by #73
Assignees
Labels
enhancement New feature or request

Comments

@StartAutomating
Copy link
Owner

StartAutomating commented Nov 12, 2021

Describe the Desired Expression

Handle Markdown Lists

Provide some Sample Source Text

  • foo
    • bar
      • baz
  • ThisIsDone
  • ThisIsnot
  1. One thing
  2. Another Thing
  3. One More Thing

Highlight What you'd like to match

Each List Item

What parts of the samples should match? Which pieces of data are important to extract from the match?

  • The list item line
  • The indentation level
  • If the list is a task
  • If the list is a number
@StartAutomating StartAutomating added the enhancement New feature or request label Nov 12, 2021
@StartAutomating StartAutomating self-assigned this Nov 17, 2021
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

Successfully merging a pull request may close this issue.

1 participant