orzubalsky / creative-computing-2018

0 stars 1 forks source link

How to paste code in the issue? #97

Open cuodiao opened 5 years ago

cuodiao commented 5 years ago

I want to paste my code here... and get some suggestion about why it doesn't work...but if I paste it here directly it became text, so how can I show my code here and keep its format?

orzubalsky commented 5 years ago

You can wrap the code in backticks:

code goes here
cuodiao commented 5 years ago

Thank you!