Attach an image to new posts

The featured image doesn’t get added to the_content(). You can show it inside The Loop with the_post_thumbnail(). If you want to add the image to the_content you can manipulate it via the filter the_content, see the example section on the codex page.