(Short markdown sample)
2nd paragraph. Italic, bold, and monospace
. Itemized lists
look like:
- this one
- that one
- the other one
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Great Page</title> | |
</head> | |
<body> | |
<p>foo bar!</p> | |
</body> | |
</html> |
body { | |
background-color: pink; | |
} |