Compose tips
-
This site uses Texy! to format content. Texy! provides an intuitive and easy to read syntax and automatically filters it into XHTML.
- Paragraphs and line breaks
- Just add two line breaks to create a paragraph. Put a space at the start of a new line to preserve a line break.
- Emphasized
- *Emphasized*
- Emphasized
- Strong
- **Strong**
- Strong
- Hyperlink
- "Hyperlink":http://drupal.org
- Hyperlink
- Block quoted
- > Block quoted
Block quoted
- Quoted inline
- >>Quoted inline<<
Quoted inline
- Acronym
- "SLA"((Some Lengthy Acronym))
- SLA
- Source code
- /---code html
<em>Texy!</em>
\---code <em>Texy!</em>- Unordered list
- - First item
- Second item - First item
- Second item
- Ordered list
- 1) First item
2) Second item - First item
- Second item
- Subscripted
- Sub__scripted__ (Sub_2 for numbers)
- Subscripted (Sub2 for numbers)
- Superscripted
- Super^^scripted^^ (Super^2 for numbers)
- Superscripted (Super2 for numbers)
More information can be found at the official Texy! page.