@brillout/docpress 0.4.11 → 0.4.13
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/dist/index.js
CHANGED
|
@@ -217,7 +217,9 @@ function Note({
|
|
|
217
217
|
className
|
|
218
218
|
}, /* @__PURE__ */ React5.createElement("div", {
|
|
219
219
|
style: { marginBottom: 20 }
|
|
220
|
-
}), icon, " ",
|
|
220
|
+
}), icon, " ", /* @__PURE__ */ React5.createElement("div", {
|
|
221
|
+
className: "blockquote-content"
|
|
222
|
+
}, children), /* @__PURE__ */ React5.createElement("div", {
|
|
221
223
|
style: { marginTop: 20 }
|
|
222
224
|
}));
|
|
223
225
|
}
|
|
@@ -277,7 +277,10 @@ blockquote.warning {
|
|
|
277
277
|
204,
|
|
278
278
|
50;
|
|
279
279
|
}
|
|
280
|
-
blockquote
|
|
280
|
+
.blockquote-content {
|
|
281
|
+
display: inline;
|
|
282
|
+
}
|
|
283
|
+
blockquote.custom-icon > .blockquote-content > :first-child {
|
|
281
284
|
display: inline;
|
|
282
285
|
}
|
|
283
286
|
blockquote > p:first-child::before,
|