-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ARPeters edited this page Sep 12, 2014
·
23 revisions
Item 3:Refer to a specific line of code in a snapshot of a file.
Item 4: Refer to a block of code in a snapshot of a file.
Item 5: Refer to another GitHub issue. See expansion on home page.
Item 6: Refer to another GitHub user. @wibeasley
Item 7: Make hide the full url of the item 1, and display just "item 1". Done.
Item 8: Format in-line code (eg, a variable name).
Item 9: Format a block of code.
proc lifetest data=myelomatosis plots=s(atrisk cl);
time time*status(0)
strata treatment;
run;
Item 11: Create 'tasks' within an issue. GitHub released an extension to their version of markdown. It allows you to create a list of 'tasks' within an issue. https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments