Update text and styling again

pull/453/head
Wes Cossick 9 years ago
parent da4306a655
commit 2c3d1a1f11

@ -21,6 +21,10 @@
.editor-preview h1{ .editor-preview h1{
border-bottom:1px solid #ddd; border-bottom:1px solid #ddd;
} }
.editor-preview h1{
border-bottom:1px solid #eee;
}
</style> </style>
</head> </head>
<body> <body>
@ -41,11 +45,12 @@ Go ahead, play around with the editor! Be sure to check out **bold** and *italic
## Lists ## Lists
Unordered lists can be started using the toolbar or by typing `* `, `- `, or `+ `. Ordered lists can be started by typing `1. `. Unordered lists can be started using the toolbar or by typing `* `, `- `, or `+ `. Ordered lists can be started by typing `1. `.
### Unordered
* Lists are a piece of cake too * Lists are a piece of cake too
* They even auto continue as you type * They even auto continue as you type
* A double enter will end them * A double enter will end them
### Ordered
1. Numbered lists... 1. Numbered lists...
2. ...work too! 2. ...work too!

Loading…
Cancel
Save