Version 17 of KJN

Updated 2007-10-31 18:43:50 by KJN

Keith Nash, "KJN", occasional user of Tcl/Tk and BLT.


Testing Tables and Centred Blocks

The changes to Wiki markup are now described at Formatting Rules

Project Pages
foo1 bar1, bar1a
foo2 bar2
foo3 none yet
 # old-style text block, often used for code
 set page1 [hget http://example.com/index.html
 # used leading space
# new-style code block, no need for leading space
set page1 [hget http://example.com/index.html

===== # new-style text block, no need for leading space set page1 [hget http://example.com/index.html =====