Skip to content

Commit f1865e5

Browse files
author
Wes Cossick
committed
Update version and rebuild project
1 parent 120d7e5 commit f1865e5

File tree

7 files changed

+674
-410
lines changed

7 files changed

+674
-410
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simplemde",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
55
"authors": [
66
"Wes Cossick"

debug/simplemde.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ div.CodeMirror-dragcursors {
329329
@media print {
330330
/* Hide the cursor when printing */
331331
.CodeMirror div.CodeMirror-cursors {
332-
visibility: hidden;
332+
visibility: hidden;
333333
}
334334
}
335335

@@ -663,6 +663,10 @@ span.CodeMirror-selectedtext { background: none; }
663663
.CodeMirror .CodeMirror-code .cm-strikethrough {
664664
text-decoration: line-through;
665665
}
666+
667+
.CodeMirror .CodeMirror-placeholder {
668+
opacity: .5;
669+
}
666670
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
667671
background: rgba(255, 0, 0, .15);
668672
}

debug/simplemde.debug.js

Lines changed: 329 additions & 199 deletions
Large diffs are not rendered by default.

debug/simplemde.js

Lines changed: 328 additions & 198 deletions
Large diffs are not rendered by default.

dist/simplemde.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/simplemde.min.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/simplemde.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,6 @@
323323
text-decoration: line-through;
324324
}
325325

326-
.CodeMirror .CodeMirror-placeholder{
326+
.CodeMirror .CodeMirror-placeholder {
327327
opacity: .5;
328-
}
328+
}

0 commit comments

Comments
 (0)