@readme/markdown 7.7.2 → 7.8.0
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/components/Code/style.scss +1 -1
- package/components/CodeTabs/index.tsx +10 -9
- package/dist/10.node.js +153 -153
- package/dist/11.node.js +13 -13
- package/dist/486.node.js +305 -305
- package/dist/550.node.js +8 -8
- package/dist/849.node.js +2 -2
- package/dist/940.node.js +56 -56
- package/dist/995.node.js +74 -74
- package/dist/index.d.ts +1 -1
- package/dist/lib/index.d.ts +2 -1
- package/dist/lib/mdastV6.d.ts +2 -0
- package/dist/main.css +1 -1
- package/dist/main.js +684 -480
- package/dist/main.node.js +646 -457
- package/dist/processor/migration/emphasis.d.ts +3 -0
- package/dist/processor/migration/images.d.ts +2 -0
- package/dist/processor/migration/index.d.ts +2 -0
- package/dist/processor/migration/linkReference.d.ts +3 -0
- package/dist/processor/migration/table-cell.d.ts +4 -0
- package/package.json +11 -8
package/dist/11.node.js
CHANGED
|
@@ -16,7 +16,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
16
16
|
var chunk_S24QXQKS = __webpack_require__(6322);
|
|
17
17
|
// EXTERNAL MODULE: ./node_modules/d3/src/index.js + 193 modules
|
|
18
18
|
var src = __webpack_require__(8066);
|
|
19
|
-
;//
|
|
19
|
+
;// ./node_modules/d3-sankey/node_modules/d3-array/src/min.js
|
|
20
20
|
function min(values, valueof) {
|
|
21
21
|
let min;
|
|
22
22
|
if (valueof === undefined) {
|
|
@@ -38,7 +38,7 @@ function min(values, valueof) {
|
|
|
38
38
|
return min;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
;//
|
|
41
|
+
;// ./node_modules/d3-sankey/src/align.js
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
function targetDepth(d) {
|
|
@@ -63,7 +63,7 @@ function center(node) {
|
|
|
63
63
|
: 0;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
;//
|
|
66
|
+
;// ./node_modules/d3-sankey/node_modules/d3-array/src/sum.js
|
|
67
67
|
function sum(values, valueof) {
|
|
68
68
|
let sum = 0;
|
|
69
69
|
if (valueof === undefined) {
|
|
@@ -83,7 +83,7 @@ function sum(values, valueof) {
|
|
|
83
83
|
return sum;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
;//
|
|
86
|
+
;// ./node_modules/d3-sankey/node_modules/d3-array/src/max.js
|
|
87
87
|
function max(values, valueof) {
|
|
88
88
|
let max;
|
|
89
89
|
if (valueof === undefined) {
|
|
@@ -105,14 +105,14 @@ function max(values, valueof) {
|
|
|
105
105
|
return max;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
;//
|
|
108
|
+
;// ./node_modules/d3-sankey/src/constant.js
|
|
109
109
|
function constant(x) {
|
|
110
110
|
return function() {
|
|
111
111
|
return x;
|
|
112
112
|
};
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
;//
|
|
115
|
+
;// ./node_modules/d3-sankey/src/sankey.js
|
|
116
116
|
|
|
117
117
|
|
|
118
118
|
|
|
@@ -483,7 +483,7 @@ function Sankey() {
|
|
|
483
483
|
return sankey;
|
|
484
484
|
}
|
|
485
485
|
|
|
486
|
-
;//
|
|
486
|
+
;// ./node_modules/d3-sankey/node_modules/d3-path/src/path.js
|
|
487
487
|
var pi = Math.PI,
|
|
488
488
|
tau = 2 * pi,
|
|
489
489
|
epsilon = 1e-6,
|
|
@@ -615,17 +615,17 @@ Path.prototype = path.prototype = {
|
|
|
615
615
|
|
|
616
616
|
/* harmony default export */ const src_path = (path);
|
|
617
617
|
|
|
618
|
-
;//
|
|
618
|
+
;// ./node_modules/d3-sankey/node_modules/d3-shape/src/array.js
|
|
619
619
|
var slice = Array.prototype.slice;
|
|
620
620
|
|
|
621
|
-
;//
|
|
621
|
+
;// ./node_modules/d3-sankey/node_modules/d3-shape/src/constant.js
|
|
622
622
|
/* harmony default export */ function src_constant(x) {
|
|
623
623
|
return function constant() {
|
|
624
624
|
return x;
|
|
625
625
|
};
|
|
626
626
|
}
|
|
627
627
|
|
|
628
|
-
;//
|
|
628
|
+
;// ./node_modules/d3-sankey/node_modules/d3-shape/src/point.js
|
|
629
629
|
function point_x(p) {
|
|
630
630
|
return p[0];
|
|
631
631
|
}
|
|
@@ -634,7 +634,7 @@ function point_y(p) {
|
|
|
634
634
|
return p[1];
|
|
635
635
|
}
|
|
636
636
|
|
|
637
|
-
;//
|
|
637
|
+
;// ./node_modules/d3-sankey/node_modules/d3-shape/src/link/index.js
|
|
638
638
|
|
|
639
639
|
|
|
640
640
|
|
|
@@ -720,7 +720,7 @@ function linkRadial() {
|
|
|
720
720
|
return l;
|
|
721
721
|
}
|
|
722
722
|
|
|
723
|
-
;//
|
|
723
|
+
;// ./node_modules/d3-sankey/src/sankeyLinkHorizontal.js
|
|
724
724
|
|
|
725
725
|
|
|
726
726
|
function horizontalSource(d) {
|
|
@@ -737,7 +737,7 @@ function horizontalTarget(d) {
|
|
|
737
737
|
.target(horizontalTarget);
|
|
738
738
|
}
|
|
739
739
|
|
|
740
|
-
;//
|
|
740
|
+
;// ./node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-ATFNWWW6.mjs
|
|
741
741
|
|
|
742
742
|
|
|
743
743
|
// src/diagrams/sankey/parser/sankey.jison
|