You can use either of the two tricks to achieve indented text:
Use the definition list#
;:Indented text
results in
- Indented text.
Use inline CSS#
%%(margin-left:2em) Indented text %%
Results in:
Indented text
The good thing about using the latter form is that you can use it recursively:
%%(margin-left:2em) Indented text %%(margin-left:2em) Indented text 2 %%(margin-left:2em) Indented text 3 %% %% %%
Resulting in:
Indented text
Indented text 2
Indented text 3
Add new attachment
Only authorized users are allowed to upload new attachments.
«
This page (revision-1) was last changed on 24-May-2017 15:30 by UnknownAuthor