@@ -72,9 +72,12 @@ Here is some basic markdown syntax that you might find handy for now (based larg
7272
7373 1. Unordered
7474 2. And ordered
75- * Lists can also be
76- * Combined
75+ * Lists can also be
76+ * Combined
7777 3. Like this
78+ * Using spaces
79+ * To set the different
80+ * List levels
7881
7982```
8083
@@ -100,21 +103,33 @@ Here is some basic markdown syntax that you might find handy for now (based larg
100103
101104 1 . Unordered
102105 2 . And ordered
103- * Lists can also be
104- * Combined
106+ * Lists can also be
107+ * Combined
105108 3 . Like this
109+ * Using spaces
110+ * To set the different
111+ * List levels
106112
107- For automatic links use [ square brackets] ( https://www.google.com ) and then insert the target URL in normal brackets after
113+ For automatic links use [ square brackets] ( https://www.google.com ) and then insert the target URL in normal brackets after.
114+
115+ ` [square brackets](https://www.google.com) `
108116
109- For images, use an exclamation to indicate this and then a link to the image location:
110- ![ image] ( https://github.com/OpenScienceMOOC/Module-1-Open-Principles/blob/master/content_development/images/logo.png )
117+ For images, use an exclamation to indicate this and then a link to the image location:
118+
119+ ![ image] ( https://github.com/OpenScienceMOOC/Module-1-Open-Principles/blob/master/content_development/images/logo.png )
120+
121+ `  `
111122
112- Some times you can also add in bits of HTML here if you want to be a bit fancier, which can help with display issues too some times:
123+ Some times you can also add in bits of HTML here if you want to be a bit fancier, which can help with display issues too some times:
113124
114- <p align =" center " ><img src =" https://github.com/OpenScienceMOOC/Module-1-Open-Principles/blob/master/content_development/images/Logo.png?raw=true " width =" 500 " /></p >
125+ <p align =" center " ><img src =" https://github.com/OpenScienceMOOC/Module-1-Open-Principles/blob/master/content_development/images/Logo.png?raw=true " width =" 500 " /></p >
115126
116127<p align =" center " ><i >The Open Science MOOC logo!</i ></p >
117128
129+ `<p align =" center " ><img src =" https://github.com/OpenScienceMOOC/Module-1-Open-Principles/blob/master/content_development/images/Logo.png?raw=true " width =" 500 " /></p >
130+
131+ <p align =" center " ><i >The Open Science MOOC logo!</i ></p >`
132+
118133Some times, you might want to add in little snippets of code, like we have done above. For this, use simple back ticks:
119134
120135` some code with back-ticks around it `
0 commit comments