tiny-markdown-editor 0.1.3 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -43,8 +43,8 @@ Bundle the JavaScript with your favorite bundler like Webpack or Rollup to ensur
43
43
  You can simply include the JavaScript and CSS files from Unpkg on your website, using the following code:
44
44
 
45
45
  ```html
46
- <script src="https://unpkg.com/tiny-markdown-editor@0.1.2/dist/tiny-mde.min.js"></script>
47
- <link rel="stylesheet" type="text/css" href="https://unpkg.com/tiny-markdown-editor@0.1.2/dist/tiny-mde.min.css" />
46
+ <script src="https://unpkg.com/tiny-markdown-editor@0.1.4/dist/tiny-mde.min.js"></script>
47
+ <link rel="stylesheet" type="text/css" href="https://unpkg.com/tiny-markdown-editor@0.1.4/dist/tiny-mde.min.css" />
48
48
  ```
49
49
 
50
50
  ### Self-host
package/dist/tiny-mde.css CHANGED
@@ -86,14 +86,12 @@
86
86
 
87
87
  .TMImage {
88
88
  text-decoration: underline;
89
- -webkit-text-decoration-color: #00ff00;
90
- text-decoration-color: #00ff00;
89
+ text-decoration-color: #00ff00;
91
90
  }
92
91
 
93
92
  .TMLink {
94
93
  text-decoration: underline;
95
- -webkit-text-decoration-color: #0000ff;
96
- text-decoration-color: #0000ff;
94
+ text-decoration-color: #0000ff;
97
95
  }
98
96
 
99
97
  .TMLinkLabel {
@@ -149,8 +147,6 @@
149
147
  box-sizing: content-box;
150
148
  display:flex;
151
149
  -webkit-user-select: none;
152
- -moz-user-select: none;
153
- -ms-user-select: none;
154
150
  user-select: none;
155
151
  overflow-x: scroll;
156
152
  overflow-y: hidden;