githubteacher / github-for-developers-sept-2015

practice repo for the Sept 29-30 GitHub for Developers class
12 stars 36 forks source link

Is there a way to disable the "Markdown" support at the comment basis? #642

Closed WeitiHuang closed 8 years ago

jaw6 commented 8 years ago

@1walterh all comments on GitHub are treated as Markdown. If you want to type something without it being rendered (say, a snippet of html code) you can surround that code with `(a backwards apostrophe, or "back-tick"; typically the key left of the 1 key, top left on a US keyboard). If you have more than one line, surround those lines with``` (three back-ticks).

WeitiHuang commented 8 years ago

@jaw Thanks.

Can you give short examples?

jaw6 commented 8 years ago

this text is a one-line code sample

and

this text
is a code sample
covering more
than one line

Click the "pencil icon" on this comment to see the formatting.