-
-
Notifications
You must be signed in to change notification settings - Fork 275
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
Make initial list label available for processor #740
Conversation
Thanks!
|
I specifically need the first label of the list (so I put it on the list). |
Hmm... okay, then we will only use the first one and if need be add the change for the others. One thing to change, though: Could you name it |
6869a77
to
fc6bd2b
Compare
I pushed an update with |
Thanks for the changes - I will do a release for this in the near future. |
Similar to PR gettalong#740: Making the codespan delimiter available to the processor enables implementing behaviors deriving variant behavior from using different numbers of delimiters. (This should not impact any existing code.)
Thanks - I have cherry-picked the commit! |
Similar to PR #740: Making the codespan delimiter available to the processor enables implementing behaviors deriving variant behavior from using different numbers of delimiters. (This should not impact any existing code.)
Making the initial list label available to the processor enables implementing behaviors such as deriving a starting number from the initial label.
(This should not impact any existing code.)