@jinntec/jinntap 1.18.1 → 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.
@@ -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
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jinntec/jinntap",
3
- "version": "1.18.1",
3
+ "version": "1.19.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.es.js",
6
6
  "module": "./dist/index.es.js",