Update version and rebuild project

This commit is contained in:
Wes Cossick 2016-01-22 12:26:50 -06:00
parent 120d7e5c85
commit f1865e5536
7 changed files with 674 additions and 410 deletions

View file

@ -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"

View file

@ -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

16
dist/simplemde.min.js vendored

File diff suppressed because one or more lines are too long

View file

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