|
tag
|
html
|
description
|
|
:
|
html
|
just plain html
|
goto
|
|
p
|
p
|
multiple paragraphs
|
goto
|
|
P
|
p br
|
single paragraph, delimiting each space with a br
|
goto
|
|
j
|
a name
|
anchor
|
goto
|
|
"
|
pre
|
pre-formatted text
|
goto
|
|
-
|
hr
|
horizontal rule
|
goto
|
|
Headings
|
|
1
|
h1
|
heading level 1
|
goto
|
|
2
|
h2
|
heading level 2
|
|
3
|
h3
|
heading level 3
|
|
4
|
h4
|
heading level 4
|
|
5
|
h5
|
heading level 5
|
|
6
|
h6
|
heading level 6
|
|
Lists
|
|
*
|
ul
|
bulleted list
|
goto
|
|
#
|
ol type=1
|
numbered list
|
|
a
|
ol type=a
|
ordered list starting with 'a'
|
|
A
|
ol type=A
|
ordered list starting with 'A'
|
|
i
|
ol type=i
|
ordered list starting with 'i'
|
|
I
|
ol type=I
|
ordered list starting with 'I'
|
|
o
|
ol ul
|
ouline
|
goto
|
|
Link Lists
|
|
l
|
ul a
|
bulleted list of links
|
goto
|
|
*l
|
ul a
|
bulleted list of links
|
|
#l
|
ol type=1 a
|
numbered list of links
|
|
al
|
ol type=a a
|
ordered list of links starting with 'a'
|
|
Al
|
ol type=A a
|
ordered list of links starting with 'A'
|
|
il
|
ol type=i a
|
ordered list of links starting with 'i'
|
|
Il
|
ol type=I a
|
ordered list of links starting with 'I'
|
|
ol
|
ol ul a
|
outline of links
|
goto
|
|
Tables
|
|
t
|
table
|
table (lines=rows) (columns=tab delimited)
|
goto
|
|
t.h
|
tr th
|
rows of header cells in a table (lines=row) (columns=tab delimited)
|
|
t.r
|
tr td
|
row of normal cells in a table (lines=cells)
|
|
t.rh
|
tr th
|
row of header cells (line delimited)
|
|
t.r.c
|
td
|
lines of a normal cell in a row of a table
|
|
t.r.ch
|
th
|
lines of a header cell in a normal row of a table
|
|
t.r.h
|
tr th
|
lines of a header cell in a normal row of a table
|
|
t.rh.c
|
td
|
lines of a normal cell in a header row of a table
|
|
t.rh.ch
|
th
|
lines of a header cell in a header row of a table
|
|
Calendar
|
|
C
|
table
|
creates a calendar in table form for the specified dates
|
goto
|
|
Comments
|
|
!
|
!--
|
comment
|
goto
|
|
!.#
|
!--
|
numbered list in a comment
|
|
!.*
|
!--
|
bulleted list in a comment
|
|
!.A
|
!--
|
ordered list in a comment starting with 'A'
|
|
!.a
|
!--
|
ordered list in a comment starting with 'a'
|
|
Manipulators
|
|
@
|
|
variables
|
goto
|
|
^
|
|
macro definition
|
goto
|
|
=
|
swl
|
template replacement
|
goto
|
|
+
|
|
file include
|
goto
|