<link href="style.css" rel="stylesheet"></link>
# Let's make the Web prettier.
Markdown.css is better default styling for your Markdown files. It's heavily
inspired by the [Space](https://getspace.org) WordPress theme. This page is
itself a Markdown file using the `markdown.css` stylesheet. View the source
code [here](https://kevinburke.bitbucket.org/markdowncss/index.md).
View a sample file that implements most of the Markdown spec
[here](https://kevinburke.bitbucket.org/markdowncss/sample.html).
Just add the following line to the top of your `.markdown`
<link href="https://kevinburke.bitbucket.org/markdowncss/markdown.css" rel="stylesheet"></link>
For the markdown to parse correctly, you need to add the closing `<link>`
tag. This is not technically correct HTML, but it will parse in any browser.
Let's make the Web prettier. Add your own Markdown theme, or contribute to
mine, [here](https://bitbucket.org/kevinburke/markdowncss).