Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 945 Bytes

File metadata and controls

30 lines (18 loc) · 945 Bytes

#This is Wayne's Test Site Respect this site.

The following has been taken from here.

Let's make the Web prettier.

Markdown.css is better default styling for your Markdown files. It's heavily inspired by the Space WordPress theme. This page is itself a Markdown file using the markdown.css stylesheet.

Sample File

View a sample file that implements most of the Markdown spec here.

Get Started

Just add the following line to the top of your .markdown files:

<link href="http://kevinburke.bitbucket.org/markdowncss/markdown.css" rel="stylesheet"></link>
Note:

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.