NEONScience / neon-data-institute-2016

This repository hosts the educational materials for the NEON Data Institute on Remote Sensing with Reproducible Workflows (2016).
http://NEONScience.github.io/neon-data-institute-2016
1 stars 5 forks source link

rendering code in .md files #21

Closed lwasser closed 8 years ago

lwasser commented 8 years ago

Hi @mjones01 a few notes about rendering in .md

To create a code block, please use 4 spaces per line.

so

# hi i'm code
code <- code+1

indented 4 spaces. you don't have to specify bash or use ```bash. highlight js will figure out how to render it. (that is what we're using currently for our code blocks).

If you see any issues please let me know. i'm fixing a few blocks in Git03 but i'll let you clean up the rest when you edit the materials as we discussed today.

mjones01 commented 8 years ago

Ok. Sounds good. I'll leave this Issue open until we've cleaned this up in all the .mds.

lwasser commented 8 years ago

perfect. Thank you!

mjones01 commented 8 years ago

Done. Closing Issue.