Formatting Guide
This system uses a format called "Textile" to allow you to create well-formed HTML stories without you needing to fuss with the actual HTML code. Examples:
| You Type |
You Get |
| *bold text* |
bold text |
| _italic text_ |
italic text |
| bq. blockquoted text |
| |
"blockquoted text"
|
* List 1
* List 2
* List 3 |
|
# List 1
# List 2
# List 3 |
- List 1
- List 2
- List 3
|
| "Link Text":http://yahoo.com/ |
| |
Link Text |
|
Article Formating
|