-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Uniform second level list marking #62
Comments
I made it use either, because both produce the same kind of bullet in Markdown. We could normalize it to one or the other for the wiki. For capital letters, ideally the entries should be complete sentences, so begin with a capital letter (unless the first word is a |
Is that true?
They seem to be the same at least for GitHub comments. As far as I know |
Good question. It indeed looked like that in the release notes, but I cannot say I see any difference here. Didn't check the HTML either. OK! I'll update the Wiki when I remember so that the examples are complete sentences. May help a bit. |
It seems like
from
|
Interesting. I don't see anything in the commonmark spec about mixing bullet types. Although I don't know if the GitHub wikis use string commonmark. The spec seems to imply that is used whenever there is a blank line between the items. In the printing section of the 1.5 notes, there is clearly more vertical space after the second bullet. So maybe it is worth changing this. |
Let's modify what the bot produces instead of forcing people to use a certain bullet type. The bot collects list items so the first character should always be |
I just edited the release notes a bit and noted that some "second level lists" were using
-
and some*
. I manually edited all to use*
, but it would be nice if the bot could either check for the preferred format or change it to a unified format.The difference seems to be that there is no additional spacing between the items when using
-
, so maybe that is actually preferred. The Wiki page states*
, but some frequent contributors seems to use-
.I do not have any strong opinions on which should be used, but for consistency it should be one of them.
I also noted a bit of inconsistency when it comes to starting entries with capital letters. Maybe not worth checking for, but worth considering if one should update the Wiki page example to use capital letters (and possibly add an example with backticks for a method name). Or we just say that it doesn't matter or that it should not start with a capital letter.
The text was updated successfully, but these errors were encountered: