Update version and rebuild project

pull/237/head
Wes Cossick 8 years ago
parent 120d7e5c85
commit f1865e5536

@ -1,6 +1,6 @@
{
"name": "simplemde",
"version": "1.9.0",
"version": "1.10.0",
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
"authors": [
"Wes Cossick"

@ -329,7 +329,7 @@ div.CodeMirror-dragcursors {
@media print {
/* Hide the cursor when printing */
.CodeMirror div.CodeMirror-cursors {
visibility: hidden;
visibility: hidden;
}
}
@ -663,6 +663,10 @@ span.CodeMirror-selectedtext { background: none; }
.CodeMirror .CodeMirror-code .cm-strikethrough {
text-decoration: line-through;
}
.CodeMirror .CodeMirror-placeholder {
opacity: .5;
}
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
background: rgba(255, 0, 0, .15);
}

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -323,6 +323,6 @@
text-decoration: line-through;
}
.CodeMirror .CodeMirror-placeholder{
.CodeMirror .CodeMirror-placeholder {
opacity: .5;
}
}
Loading…
Cancel
Save