-
Notifications
You must be signed in to change notification settings - Fork 458
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
Lists should try to increment #439
Comments
This is because markdown will automatically number if all numbers are 1. So if you insert a new entry you do not have to renumber everything. Sent from my Windows Phone From: Nathan Jervismailto:[email protected] If you have Markpad will correctly start the next line as 4.. But if you only have 1. it starts off the next line as 1.. While this doesn't change the final product in any way, it's slightly annoying that it only enumerates once you manually fix 1. to 2. — |
Yes I know Markdown does automatically number, which means that this still produces the correct output, but it's an inconvenience when it works one way if you have a I can see the benefit of having only |
Yep sure, happy to accept a change around this :) Was more just saying that is why it is like that. |
Okay sweet. I can see where the code is, so I'll do a pull request then? |
Yep, that would be great Sent from my Windows Phone From: Nathan Jervismailto:[email protected] Okay sweet. I can see where the code is, so I'll do a pull request then? — |
Do you want me to make it configurable or just always try to increment? |
Probably configuration, some people may like it Sent from my Windows Phone From: Nathan Jervismailto:[email protected] Do you want me to make it configurable or just always try to increment? — |
Okay, I'm working on getting it configurable now. I have 4 options currently, should all 4 of these be options?
Also which should be the default? |
If you have
Markpad will correctly start the next line as
4.
. But if you only have1.
it starts off the next line as1.
. While this doesn't change the final product in any way, it's slightly annoying that it only enumerates once you manually fix1.
to2.
The text was updated successfully, but these errors were encountered: