@jinntec/jinntap 1.18.0 → 1.19.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/dist/jinn-tap.es.js +9 -3
- package/package.json +1 -1
package/dist/jinn-tap.es.js
CHANGED
|
@@ -21291,7 +21291,7 @@ function Ec(n, e, t, i = null) {
|
|
|
21291
21291
|
}
|
|
21292
21292
|
o.push({ node: u, reference: p, originalIndex: o.length }), i && h === `#${i}` && (a = o.length - 1);
|
|
21293
21293
|
}
|
|
21294
|
-
}), o.sort((u, d) => u.reference.localeCompare(d.reference));
|
|
21294
|
+
}), o.sort((u, d) => !u.reference && !d.reference ? 0 : u.reference ? d.reference ? u.reference.localeCompare(d.reference) : -1 : 1);
|
|
21295
21295
|
let l = -1;
|
|
21296
21296
|
a !== -1 && (l = o.findIndex((u) => u.originalIndex === a));
|
|
21297
21297
|
const c = s.type.create(
|
|
@@ -38606,7 +38606,13 @@ const Wx = /* @__PURE__ */ Fx(Hx), Jx = {
|
|
|
38606
38606
|
command: "wrapDiv",
|
|
38607
38607
|
label: "<i class='bi bi-body-text'></i>"
|
|
38608
38608
|
}
|
|
38609
|
-
}
|
|
38609
|
+
},
|
|
38610
|
+
inputRules: [
|
|
38611
|
+
{
|
|
38612
|
+
find: "^>>",
|
|
38613
|
+
type: "wrapping"
|
|
38614
|
+
}
|
|
38615
|
+
]
|
|
38610
38616
|
},
|
|
38611
38617
|
hi: {
|
|
38612
38618
|
type: "inline",
|
|
@@ -38889,7 +38895,7 @@ const Wx = /* @__PURE__ */ Fx(Hx), Jx = {
|
|
|
38889
38895
|
},
|
|
38890
38896
|
inputRules: [
|
|
38891
38897
|
{
|
|
38892
|
-
find: "
|
|
38898
|
+
find: "^##",
|
|
38893
38899
|
type: "textblock"
|
|
38894
38900
|
}
|
|
38895
38901
|
]
|