@fileverse-dev/ddoc 2.0.2-patch-1 → 2.0.2-patch-2
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.es.js +3 -4
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -118342,7 +118342,7 @@ const y0t = [
|
|
118342
118342
|
yKe,
|
118343
118343
|
mlt,
|
118344
118344
|
qot.configure({
|
118345
|
-
html: !
|
118345
|
+
html: !0,
|
118346
118346
|
// Allow HTML input/output
|
118347
118347
|
tightLists: !0,
|
118348
118348
|
// No <p> inside <li> in markdown output
|
@@ -118354,10 +118354,9 @@ const y0t = [
|
|
118354
118354
|
// Create links from "https://..." text
|
118355
118355
|
breaks: !0,
|
118356
118356
|
// New lines (\n) in markdown input are converted to <br>
|
118357
|
-
transformPastedText: !0
|
118357
|
+
transformPastedText: !0
|
118358
118358
|
// Allow to paste markdown text in the editor
|
118359
|
-
transformCopiedText:
|
118360
|
-
// Copied text is transformed to markdown
|
118359
|
+
// transformCopiedText: true, // Copied text is transformed to markdown
|
118361
118360
|
}),
|
118362
118361
|
glt,
|
118363
118362
|
p0t.configure({
|