Return to Snippet

Revision: 1483
at October 10, 2006 19:48 by roberocity


Initial Code
---- = <hr />

__strong__ = <strong>strong</strong>
_emphasis_ = <em>emphasis</em>
^super^ = <sup>super</sup>
~sub~ = <sub>sub</sub>
%small% = <small>small</small>
$big% = <big>big</big>
`CEO`(Chief Executive Officer) = <accronym title="Chief...">CEO</acronym>
`term`=(definition) = <dfn title="definition">term</dfn>
---delete--- = <del>delete</del>
+++insert+++ = <ins>insert</ins>


headers

# level one heading
## level two
### level three
#### level four
##### level five


lists

numbered
1. list item
2. list item 2

bulleted
+ list item
+ list item two 

or

- list item
- list item two

or

* list item
* list item two


images

![alt text][linkid]
![alt text](image url)

[linkid] url "alternate text or title attribute"


links

[link text][linkid]
[link text](link url)

[linkid] url "alternate text or title attribute"

Initial URL


Initial Description


Initial Title
Markdown (my version) Syntax

Initial Tags


Initial Language
Other