Compose tips
Text Formats
Full HTML
- Web page addresses and e-mail addresses turn into links automatically.
- Global tokens will be replaced with their respective token values (e.g. [site:name] or [current-page:title]). The following is a list of the tokens that are available:
Name Token Description Current date current-date Tokens related to the current date and time. Current page current-page Tokens related to the current page request. Current user current-user Tokens related to the currently logged in user. Media file_field Tokens related to a file_entity field. Meta tags metatag Generated by the Metatag module, may not be used to fill in other meta tags. Random random Tokens related to random data. Site information site Tokens for site-wide settings and other global information. Variables variable Tokens for variable values. - Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.
Plain text
- No HTML tags allowed.
- Web page addresses and e-mail addresses turn into links automatically.
- Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.