Markdown Rules!
###This is a h1
##This is an h2
#This is an h3
italic
Bold!
I wrote some code here!
This is offset
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>CodePen · A Pen by tsabat</title> | |
| </head> | |
| <body> | |
| <p>Markdown Rules!</p> | |
| <h3>This is a h1</h3> | |
| <h2>This is an h2</h2> | |
| <h1>This is an h3</h1> | |
| <p><em>italic</em></p> | |
| <p><strong>Bold!</strong></p> | |
| <p>I wrote some code here!</p> | |
| <blockquote> | |
| <p>This is offset</p> | |
| </blockquote> | |
| </body> | |
| </html> |
Markdown Rules!
###This is a h1
##This is an h2
#This is an h3
italic
Bold!
I wrote some code here!
This is offset