Snippets of interest, and questions or their answers:
Lists
* valid bullet
- valid bullet
+ valid bullet
Q: here not clear how to do nested bullet from syntax. Doubling them?
Tasks
If you include a task list in the first comment of an Issue, you will get a handy progress indicator in your issue list. It also works in Pull Requests!
- [x] @mentions, #refs, [links](), **formatting**, and tags supported- [x] list syntax required (any unordered or ordered list supported)- [x] this is a complete item- [ ] this is an incomplete item
Links
Basic link [Markdown](http://markdown.github.io)
Add a title [Markdown](https://github.com/markdown/ "Visit markdown!")
Named Anchors * [Chapter 1](#chapter-1)
Q: It seems that editing a comment is older than adding a comment in an issue, as the toolbar is richer in the latter. what gives? it is on the same page....
Snippets of interest, and questions or their answers:
Lists
*
valid bullet-
valid bullet+
valid bullet Q: here not clear how to do nested bullet from syntax. Doubling them?Tasks If you include a task list in the first comment of an Issue, you will get a handy progress indicator in your issue list. It also works in Pull Requests!
- [x] @mentions, #refs, [links](), **formatting**, and tags supported
- [x] list syntax required (any unordered or ordered list supported)
- [x] this is a complete item
- [ ] this is an incomplete item
Links Basic link
[Markdown](http://markdown.github.io)
Add a title[Markdown](https://github.com/markdown/ "Visit markdown!")
Named Anchors* [Chapter 1](#chapter-1)