test
test
test
test [blah] [foo bar]
blah [foo bar]
this is a list
this is a numbered list
- one
- two
- three
some code as a blockquote
proc blah {arg1 arg2} {
echo “hello, world”
echo [format %04s xyz]
}
some code as “code” (ctrl-alt-x)
proc blah {arg1 arg2} {
echo "hello, world"
echo [format %04s xyz]
}
the above is ugly. best way to do a ‘code’ block seems to be encapsulate it in back-ticks (one at the beginning of the block, one at the end). other option is to hit ctrl-alt-x and type or paste your code. don’t highlight a block and ctrl-alt-x.
proc blah {arg1 arg2} {
echo "hello, world"
echo [format %04s xyz]
}
-
This reply was modified 5 years, 6 months ago by Rob Abbott.
-
This reply was modified 5 years, 6 months ago by Rob Abbott.
-
This reply was modified 5 years, 6 months ago by Rob Abbott.
-
This reply was modified 5 years, 6 months ago by Rob Abbott.
-
This reply was modified 5 years, 6 months ago by Rob Abbott.
Rob Abbott
Cloverleaf Emeritus