Version 65 of Jos Decoster

Updated 2007-10-24 09:27:43 by jdc

mail: jos _dot_ decoster _at_ gmail _dot_ com

jdc on the Tcler's chat.

homepage: http://jos.decoster.googlepages.com/


New markup:

Code block

A code block starts and ends with a line containing ======. Line markup is not processed:

A '''code'''
       ''block''
             [Tcl]

Fixed width font block

A fixed width font block starts and ends with a line containing ===. Line markup is processed:

A fixed width
             font block
                        Tcl

Option-value block

An option-value block start and ends with a line containing +++. Each line in an option-value block starts with an option, 2 or more spaces and the value. The option is shown in a fixed width font.

a_command arg1 arg2a command and arguments
b_command arg1 arg2b command and arguments

Fixed with font

When putting one or more words in a line between back-quotes, those words will be printed in a fixed width font.

Headers

A line starting and ending with **, *** or **** is displayed as a level 2, 3 or 4 html-header.

Table

A table can be made out rows. A row is a line starting and ending with a | sign. This | sign is also used to separate row elements. An example:

|a|b|c|d|
|eeeee|[Tcl]|g|h|
|i|j|''italic''|l|
|m|n|'''bold'''|`fixed width`|

This is rendered as:

abcd
eeeeeTclgh
ijitalicl
mnboldfixed width

A header row can be added to a table by beginning an ending a row with % signs like this:

%|a|b|c|d|%
|eeeee|[Tcl]|g|h|
|i|j|''italic''|l|
|m|n|'''bold'''|`fixed width`|

This is rendered as:

abcd
eeeeeTclgh
ijitalicl
mnboldfixed width

Centered block

To center a block horizontaly, put a line containing only !!!!!! before and after the block like this:

 !!!!!!
 This text will be centered!
 !!!!!!

This is rendered as:

This text will be centered!


Markup test page