Skip to content
Malachi Griffith edited this page Nov 16, 2014 · 29 revisions

#Syntax

In this tutorial, created using Github Flavored Markdown, fenced code blocks are optional portions of the tutorials whereas indented code blocks are required to complete the tutorial.

A fenced code block will look like t

sudo apt-get install tree
cd ~
tree -I tools 

An indented code block test1 test2 test3

To make the Markdown files bash/shell compatible, a script will add a comment or '#' character to all lines that are NOT indented with a TAB character.

In text form, all lines starting with a '#' are comments and will not be executed. Therefore, fenced code blocks will be ignored when converted to a bash script.

| Previous Section | | Next Section | |:----------------------------:|:---------------------------:|:-----------------------:| | Authors | Table of Contents | Syntax |

Clone this wiki locally