@mryhryki/markdown-preview 0.8.7 → 0.8.8
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 +0 -3
- package/package.json +9 -9
- package/src/lib/show.js +17 -7
- package/static/convert-markdown.js +3893 -2822
- package/static/github-markdown.css +5 -31
|
@@ -126,15 +126,13 @@
|
|
|
126
126
|
.markdown-body {
|
|
127
127
|
-ms-text-size-adjust: 100%;
|
|
128
128
|
-webkit-text-size-adjust: 100%;
|
|
129
|
+
margin: 0;
|
|
129
130
|
color: var(--fgColor-default);
|
|
130
131
|
background-color: var(--bgColor-default);
|
|
131
132
|
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
|
|
132
133
|
font-size: 16px;
|
|
133
|
-
word-wrap: break-word;
|
|
134
|
-
margin: 0;
|
|
135
|
-
min-height: 100vh;
|
|
136
134
|
line-height: 1.5;
|
|
137
|
-
|
|
135
|
+
word-wrap: break-word;
|
|
138
136
|
}
|
|
139
137
|
|
|
140
138
|
.markdown-body .octicon {
|
|
@@ -257,12 +255,12 @@
|
|
|
257
255
|
}
|
|
258
256
|
|
|
259
257
|
.markdown-body input {
|
|
258
|
+
font: inherit;
|
|
260
259
|
margin: 0;
|
|
261
260
|
overflow: visible;
|
|
262
261
|
font-family: inherit;
|
|
263
262
|
font-size: inherit;
|
|
264
263
|
line-height: inherit;
|
|
265
|
-
font: inherit;
|
|
266
264
|
}
|
|
267
265
|
|
|
268
266
|
.markdown-body [type=button],
|
|
@@ -1224,31 +1222,7 @@
|
|
|
1224
1222
|
margin-top: 0 !important;
|
|
1225
1223
|
}
|
|
1226
1224
|
|
|
1227
|
-
.markdown-body
|
|
1228
|
-
|
|
1229
|
-
list-style: none;
|
|
1230
|
-
}
|
|
1231
|
-
|
|
1232
|
-
.markdown-body html[focus-within] {
|
|
1233
|
-
scroll-behavior: smooth;
|
|
1234
|
-
}
|
|
1235
|
-
|
|
1236
|
-
.markdown-body html:focus-within {
|
|
1237
|
-
scroll-behavior: smooth;
|
|
1238
|
-
}
|
|
1239
|
-
|
|
1240
|
-
.markdown-body a:not([class]) {
|
|
1241
|
-
-webkit-text-decoration-skip: ink;
|
|
1242
|
-
text-decoration-skip-ink: auto;
|
|
1243
|
-
}
|
|
1244
|
-
|
|
1245
|
-
.markdown-body img,
|
|
1246
|
-
.markdown-body picture {
|
|
1247
|
-
max-width: 100%;
|
|
1248
|
-
display: block;
|
|
1249
|
-
}
|
|
1250
|
-
|
|
1251
|
-
.markdown-body [class^=Primer_Brand__Link-module__Link___]::after {
|
|
1252
|
-
width: calc(100% - 20px);
|
|
1225
|
+
.markdown-body .highlight pre:has(+.zeroclipboard-container) {
|
|
1226
|
+
min-height: 52px;
|
|
1253
1227
|
}
|
|
1254
1228
|
|