@fileverse-dev/ddoc 2.1.1-patch-1 → 2.1.1-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.
Files changed (2) hide show
  1. package/dist/index.es.js +1 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -142937,7 +142937,7 @@ function m5t(t, e = {}) {
142937
142937
  ];
142938
142938
  return w;
142939
142939
  }
142940
- if (b.startsWith("- [") || b.startsWith("* [")) {
142940
+ if (b.startsWith("- [ ") || b.startsWith("* [ ") || b.startsWith("- [x") || b.startsWith("* [x") || b.startsWith("- [X") || b.startsWith("* [X")) {
142941
142941
  (!w.length || w[w.length - 1].type !== "content") && w.push({
142942
142942
  type: "content",
142943
142943
  content: `<ul class="task-list">
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/ddoc",
3
3
  "private": false,
4
4
  "description": "DDoc",
5
- "version": "2.1.1-patch-1",
5
+ "version": "2.1.1-patch-2",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {