Images

I have very primitive markdown knowledge, and need to practive using it some (or a lot).

"Pop!"

Let’s see if this one renders smaller.

"Smaller Pop" =200x

Ok… that one didn’t seem to work.. how about we try embedding some HTML in our Markdown.

Let’s try…

1
2
3
<img src="/images/laquerhead.jpg" style="width:100px" >
<br>
<img src="/images/laquerhead.jpg" style="width:200px" >

How about a simple HTML Table?

#Name
1Mercury
2Venus
3Earth
4Mars
5Jupiter
6Saturn
7Uranus
8Neptune

How does it look?