# This is an H1 #
## This is an H2 ##
### This is an H3 ######
* Red
* Green
* Blue
こう変換してくれるってやつです。
<h1>This is an H1</h1>
<h2>This is an H2</h2>
<h3>This is an H3</h3>
<ul>
<li>Red</li>
<li>Green</li>
<li>Blue</li>
</ul>
Jetpack マークダウン使える場所は
機能の説明書きには
Markdown lets you compose posts and comments with links, lists, and other styles using regular characters and punctuation marks. Markdown is used by writers and bloggers who want a quick and easy way to write rich text, without having to take their hands off the keyboard, and without learning a lot of complicated codes and shortcuts.