mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-07-23 09:54:28 -06:00
Update text and styling again
This commit is contained in:
parent
da4306a655
commit
2c3d1a1f11
@ -21,6 +21,10 @@
|
||||
.editor-preview h1{
|
||||
border-bottom:1px solid #ddd;
|
||||
}
|
||||
|
||||
.editor-preview h1{
|
||||
border-bottom:1px solid #eee;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@ -41,11 +45,12 @@ Go ahead, play around with the editor! Be sure to check out **bold** and *italic
|
||||
## Lists
|
||||
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
|
||||
* They even auto continue as you type
|
||||
* A double enter will end them
|
||||
|
||||
|
||||
### Ordered
|
||||
1. Numbered lists...
|
||||
2. ...work too!
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user