Test Markdown Post
Including an image file
To include an image file. Use the format:
![ ALTTEXT ](/images/FILENAME)
To center an image. Use the html center tags.
<center> ![suppawow](/images/suppawow.png) </center>
To scale the image first, I will probably just be easier to use html, since I haven't figured out how to use alternative implimentations of markdown with nikola yet (Though mau may be an option.).
<img src="/images/suppawow.png" alt="ALT TEXT" style="width: 200px;"/>