Welcome to Markdown!
This is my first post written in Markdown.
Markdown is a lightweight markup language with plain-text-formatting syntax. Its design allows it to be converted to many output formats, but the original tool by the same name only supports HTML.
Why use Markdown?
- It's easy to write and read.
- It's portable.
- It can be easily converted to HTML.
Here's an example of a list:
- Item one
- Item two
- Item three
And an image from the web:
This is a great way to manage blog content!