Compose tips
- To make a comment that should be visible in the HTML, surround it with <!-- and -->, e.g. <!-- This is a HTML comment -->.
Allowed HTML tags: <p>
- 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.