When asking several questions in single comment in a discussion, it is nice to number them so the answer can reference each question.
But when referencing questions in the answer, numbered lists do not allow skipping numbers. This forces to answer every single question (or at least to reference it).
Questions:
Answers:
1. I think that...
3. Yes!
This is part of the original Markdown standard, and not something we are likely to change/break: http://daringfireball.net/projects/markdown/syntax#list
I often do something like this when replying:
(1) Use non-markdown syntax in your reply
(2) It's not ideal, but it works
(3) yep
@bkeepers thanks, I'll stick with that until you guys can make a new version of the standard happen :smile:
鈥ntil you guys can make a new version of the standard happen
Oh man, don't tempt us. In all seriousness, we have talked about at least publishing a "GitHub Markdown" standard. We'll see. /cc @mdiep
@bkeepers that'd be really great! I can think of three extensions to the original standard from the top of my head:
For aesthetic purposes, you can also backslash escape the periods:
1\. wow
3\. oh my
Nice, I didn't think about that!
@gjtorikian thanks, gonna give it a try.
Backslash escape all _the_ things!
Most helpful comment
For aesthetic purposes, you can also backslash escape the periods: