markdown, can you insert image inbetween ordered list items?

I needed to indent them by 4 spaces. markdown manpage's list section talks about this.

1. first
2. second

    ![](http://codekeyboards.com/img/code-104-bright-backlit.jpg)
    
    **figure 1** the new keyboard..wonder if it's good

3. third

Just indent the image and **figure...** stuff so that Markdown sees it as part of the bullet:

1. first
2. second

 ![](http://codekeyboards.com/img/code-104-bright-backlit.jpg)

 **figure 1** the new keyboard..wonder if it's good

3. third

Or in action:


  1. first
  2. second

    figure 1 the new keyboard..wonder if it's good

  3. third

Tags:

Markdown