Last modified by puchades on 2022/02/18 13:55
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -12,6 +12,19 @@ 12 12 13 13 === Open QuickNII and load your images === 14 14 15 -==== ==== 15 +==== You can also add images ==== 16 16 17 - 17 +[[image:Collaboratory.Apps.Article.Code.ArticleSheet@placeholder.jpg]] 18 + 19 +Photo by David Clode 20 + 21 +==== Or code ==== 22 + 23 +Code blocks can be added by using the code macro: 24 + 25 +{{code language="python"}} 26 +x = 1 27 +if x == 1: 28 + # indented four spaces 29 + print("x is 1.") 30 +{{/code}}