@seafile/seafile-editor 1.0.54 → 1.0.55

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.
@@ -314,7 +314,7 @@ const transformCodeBlock = node => {
314
314
  lang,
315
315
  value
316
316
  } = node;
317
- let children = value.split('\n').filter(Boolean);
317
+ let children = value.split('\n');
318
318
  if (children.length === 0) {
319
319
  children = [''];
320
320
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-editor",
3
- "version": "1.0.54",
3
+ "version": "1.0.55",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {