diff --git a/default/index.html b/default/index.html index cc6e5d5..cd41646 100644 --- a/default/index.html +++ b/default/index.html @@ -8,9 +8,6 @@ - - - @@ -119,16 +116,16 @@
# Let me re-iterate ...
for i in 1 .. 10 { do-something(i) }
As you probably guessed, indented 4 spaces. By the way, instead of indenting the block, you can use delimited blocks, if you like:
define foobar() {
print "Welcome to flavor country!";
}
(which makes copying & pasting easier). You can optionally mark the delimited block for Pandoc to syntax highlight it:
import time
@@ -138,8 +135,8 @@
time.sleep(0.5)
print i
Now a nested list:
Do not bump wooden spoon or it will fall.