-
Notifications
You must be signed in to change notification settings - Fork 35
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
go.
considered bullet point
#152
Comments
Determining what is and is not a bullet is a heuristic. IMO If you are going to manually wrap lines this kind of issue is unavoidable. One way around this would be to allow a user to disable alphabetical bullets (and any other bullet type if required). |
If I'm using sentences that end at a single letter, that might be true. But that's not usually the case. Why is "go" considered a bullet point anyways? |
The letter sequence goes like this:
```
a.
b.
c.
.
.
y.
z.
aa.
ab.
.
.
gn.
go.
.
.
```
|
How usual having +26 entries in alphabetic list? Is it even a commonmark standard? It makes more sense disabling |
Lettered lists are not supported by markdown at all :) So our options are:
Anything else? |
If option2 is implemented, then option1 is as easy as setting max_letter_num=0 |
Please see #153 Turns out we already have g:bullets_max_alpha_characters Set it to 0 to disable alphabetical lists |
In conclusion let g:bullets_max_alpha_characters = 1 |
Hitting enter at location results in:
The text was updated successfully, but these errors were encountered: