forked from waynenelson/Wayne_test
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwayne_markdown_example
More file actions
26 lines (16 loc) · 879 Bytes
/
wayne_markdown_example
File metadata and controls
26 lines (16 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<link href="wayne_test.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](http://getspace.org) WordPress theme. This page is
itself a Markdown file using the `markdown.css` stylesheet. View the source
code [here](http://kevinburke.bitbucket.org/markdowncss/index.md).
### Sample File
View a sample file that implements most of the Markdown spec
[here](http://kevinburke.bitbucket.org/markdowncss/sample.html).
### 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.