
10.5 WML primary paragraph rules
TYPE default. Each paragraph rules must be assigned one of the three WebMaker paragraph types. The default attribute values and actions for each paragraph type are given below.Heading
Level
NewNodeNewNode must be specified.
Actionswrite(*,heading(1,concatenate(number()," ",text()))); }
Level
KindKind Bullet.
ActionsKind Bullet or Kind Number is specified, the default is:
{ write(*,listitem(text())); }
If Kind Glossary is specified, the default is:
{
write(*,glossterm(text(current,1,1)));
write(*,glossdescription(text(current,2,*)));
}
Context
Inlist
ActionsContext Preformatted is not specified, the default is:
{ write(*,paragraph(text())); }
If Context Preformatted is specified, the default is:
{ write(*,text()); }

Generated with Harlequin WebMaker