headers:

# H1

## H2

### H3

#### H4

##### H5
###### H6
alternatively:
H1
===

H2
---
formats:

*italics* or _italics_
**bold** or __bold__
~~strikethrough~~

lists:
  1. item one
  2. item two
links:

[my link](https://www.x.org)
[my link](https://www.x.org "tooltip")
[my link][1]

[1]: http://www.x.org [2]: http://www.x.org

a link[^2] in a text with a footnote


images:

![alt text](icon48.png)
![alt text](icon48.png "tool tip text")

giving embedded picture a name
[image] % name: picA
code:

inline `code`

```javascript
  var s = "hello";
  alert(s);
```
		
blockquotes:

> a text

paragraphs:
double new line starts a paragraph
¬ character (alt + l) will be mapped to BR tag
definitions:

Term
: This is a definition paragraph. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.