# Example

This is a paragraph.

This is another paragraph.
It can have line breaks.

let *italic* text be this way
let **bold** text be this way
you can escape: \*\*bold\*\*

let `inline code` be this way

let [link](URL) be this way

> This is quoted text

## Unordered list

- unodreded list item
- another unodreded list item

## Ordered list

1. ordered list begins with "1. "
$. than it is possible to use "$. " instead of numbers
42. but you can use whatever numbres you want lol
and multiple-lines-spanning ordered list items are possible too

## Preformatted text

```optional prg lang here (will do nothing)
\ /\ /\ /\ /\ /\ /\ /
 X  X  X  X  X  X  X
/ \/ \/ \/ \/ \/ \/ \
```

## Images

Image needs to be in it's own block (paragraph). This doesn't work: ![Alt text](URL), this does:

![Alt text](URL)

## Horizontal ruler

---

## Advanced topics

Some of these features do not follow usual MD guidelines, but I like them.

#### one heading
can span multiple lines

- list items
too

1. one
two

#### Headings can have id (like this one) {#your-id}

It is possible to make ?['new tab' links](#). (`target="_blank")

<b>Inserting raw HTML tags is not possible.</b>

Comments are supported:

[//] This is comment.

## List embedding

(unordered) only

- lists
  - can
    - be
      - embedded
- using
  - two
    - spaces
